|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.groups.ReferenceComponentGroupService
public class ReferenceComponentGroupService
Reference implementation of IComponentGroupService.
Field Summary | |
---|---|
protected java.util.Map |
componentServices
The services contained by this component, keyed on the name of the service as it is known within this component. |
protected javax.naming.Name |
serviceName
The fully-qualified Name of the service, which may not be
known until the composite service is fully assembled. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map componentServices
protected javax.naming.Name serviceName
Name
of the service, which may not be
known until the composite service is fully assembled.
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |