|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.groups.ReferenceComponentGroupService
Reference implementation of IComponentGroupService.
Constructor Summary | |
ReferenceComponentGroupService()
ReferenceComponentGroupService constructor comment. |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferenceComponentGroupService()
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.
getComponentServices
in interface IComponentGroupService
public javax.naming.Name getServiceName()
Name
of the service, which
may not be known until the composite service is assembled.
getServiceName
in interface IComponentGroupService
public boolean isLeafService()
isLeafService
in interface IComponentGroupService
public void setServiceName(javax.naming.Name newServiceName)
setServiceName
in interface IComponentGroupService
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |