|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a component group service that is part of a composite groups system. A component contains individual group services, which may themselves be components.
The component is only used in the process of composing the composite service, so it does not define any operations on groups, only on other components.
Method Summary | |
java.util.Map |
getComponentServices()
Returns a Map of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT. |
javax.naming.Name |
getServiceName()
Returns the FULLY-QUALIFIED Name of the service, which
may not be known until the composite service is assembled. |
boolean |
isLeafService()
Answers if this service is a leaf in the composite; a service that actually operates on groups. |
void |
setServiceName(javax.naming.Name newServiceName)
Sets the name of the service to the new value. |
Method Detail |
public java.util.Map getComponentServices()
Map
of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT.
public javax.naming.Name getServiceName()
Name
of the service, which
may not be known until the composite service is assembled.
public boolean isLeafService()
public void setServiceName(javax.naming.Name newServiceName)
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |