|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides descriptions of standard attributes that
should be used in publishing Container and
ContainerManager services. See the
net.openwings.component package for more information
on service attributes.
| Field Summary | |
static java.lang.String |
CLUSTER
This constant is the name of an attribute which is used to indicate the cluster of a ClusteredContainerManager service. |
static java.lang.String |
CONTAINER_ID_PROPERTY
This constant is the name of an property that represents the unique identifier for a Container. |
static java.lang.String |
CONTAINER_MANAGER_ID_PROPERTY
This constant is the name of an property that represents the unique identifier of a ContainerManager. |
static java.lang.String |
CONTAINER_ONLY
This constant is the name of an attribute which is used to indicate a Container service that is not also a
ContainerManager. |
static java.lang.String |
CONTAINER_PROFILE
This constant is the name of an attribute which is used to indicate the profile of a Container service. |
static java.lang.String |
HOST
This constant is the name of an attribute which is the hostname of the machine on which a Container or
ContainerManager is running. |
static java.lang.String |
PROCESS_ID_PROPERTY
This constant is the name of an property that represents the unique identifier of a standalone process. |
static java.lang.String |
PROFILE_DESCRIPTOR
This constant is the name of an property that should be set on a ComponentDescriptor that describes how to run an
Openwings-compliant container. |
| Field Detail |
public static final java.lang.String HOST
Container or
ContainerManager is running. The attribute must
be an java.net.InetAddress. Container and
ContainerManager services must use this attribute.
public static final java.lang.String CONTAINER_ONLY
Container service that is not also a
ContainerManager.
the machine on which the container is running. The attribute must
be a java.lang.Boolean. Container
services must use this attribute.
public static final java.lang.String CONTAINER_PROFILE
Container service. The attribute must
be a ComponentDescriptor. Container
services must use this attribute.
public static final java.lang.String CLUSTER
ClusteredContainerManager service.
The attribute must be a net.openwings.identity.UniqueID.
public static final java.lang.String PROFILE_DESCRIPTOR
ComponentDescriptor that describes how to run an
Openwings-compliant container.
public static final java.lang.String CONTAINER_ID_PROPERTY
Container. The
Container Manager should set this property when it starts a
Container so that the Container can obtain
its id.
public static final java.lang.String CONTAINER_MANAGER_ID_PROPERTY
ContainerManager. The
Container Manager should set this property when it starts a
standalone process or Container.
public static final java.lang.String PROCESS_ID_PROPERTY
Container Manager should set this property when it starts a
standalone process so that the process can obtain its id.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||