|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.worklist.api.ContainerHandle
public class ContainerHandle
Represents information about a container that is either a client or creator of tasks.
Nested Class Summary | |
---|---|
static class |
ContainerHandle.Type
|
Field Summary | |
---|---|
static String |
SEPARATOR
|
Constructor Summary | |
---|---|
ContainerHandle()
|
|
ContainerHandle(String spec)
Create an instance of ContainerHandle given the string representation output from the toString() method. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getHostApplicationId()
The application that hosts the container |
String |
getInstanceId()
A unique identifier for an instance of the container, unique within the application, container type, and container sub-type. |
String |
getSubType()
The sub-type of container (e.g. |
ContainerHandle.Type |
getType()
The type of container (e.g. |
int |
hashCode()
|
void |
setHostApplicationId(String hostApplicationId)
|
void |
setInstanceId(String instanceId)
|
void |
setSubType(String subType)
|
void |
setType(ContainerHandle.Type type)
|
String |
toString()
Returns a string representation of this handle in the form: type||subType||instanceId||hostApplicationId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String SEPARATOR
Constructor Detail |
---|
public ContainerHandle()
public ContainerHandle(String spec)
spec
- Serialized handle in the form given by toString().toString()
Method Detail |
---|
public String getHostApplicationId()
public void setHostApplicationId(String hostApplicationId)
public ContainerHandle.Type getType()
public void setType(ContainerHandle.Type type)
public String getSubType()
public void setSubType(String subType)
public String getInstanceId()
public void setInstanceId(String instanceId)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |