|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskEndpoint
Provides information about task endpoints, such as service names, operation names, and endpoint IDs.
A TaskEndpoint
object is returned by searches for category endpoints using TaskManagerEndpointClient
.
Method Summary | |
---|---|
TaskEndpointCategory |
getCategory()
Retrieves the category for this endpoint. |
java.lang.String |
getDescription()
Retrieves the description for this endpoint. |
long |
getEndpointId()
Retrieves the endpoint identifier. |
ImageTicket |
getImageTicket()
Retrieves the image ticket for the current task's process. |
java.lang.String |
getName()
Retrieves the name of this endpoint for display in the user interface. |
java.lang.String |
getOperationName()
Retrieves the operation name for this endpoint. |
java.lang.String |
getOwner()
Retrieves the owner of this endpoint. |
java.lang.String |
getServiceName()
Retrieves the service name for the endpoint. |
Method Detail |
---|
TaskEndpointCategory getCategory()
long getEndpointId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getOwner()
java.lang.String getServiceName()
java.lang.String getOperationName()
ImageTicket getImageTicket()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |