org.jasig.portal.groups
Class CompositeServiceIdentifier
java.lang.Object
org.jasig.portal.EntityIdentifier
org.jasig.portal.groups.CompositeEntityIdentifier
org.jasig.portal.groups.CompositeServiceIdentifier
- All Implemented Interfaces:
- java.io.Serializable, IGroupConstants
public class CompositeServiceIdentifier
- extends CompositeEntityIdentifier
A composite key that identifies a component group service.
- Version:
- $Revision: 1.3 $
- Author:
- Dan Ellentuck
- See Also:
- Serialized Form
Method Summary |
javax.naming.Name |
getServiceName()
The service name is the entire key. |
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class org.jasig.portal.groups.CompositeEntityIdentifier |
getCompositeKey, getKey, getLocalKey, getParser, newName, parseCompoundKey, popNode, pushNode, setCompositeKey, setServiceName, size |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CompositeServiceIdentifier
public CompositeServiceIdentifier(java.lang.String serviceKey)
throws GroupsException
- CompositeServiceIdentifier.
- Parameters:
serviceKey
- java.lang.String
- Throws:
GroupsException
CompositeServiceIdentifier
public CompositeServiceIdentifier(java.lang.String entityKey,
java.lang.Class entityType)
throws GroupsException
- CompositeServiceIdentifier.
- Parameters:
entityKey
- java.lang.StringentityType
- java.lang.Class
- Throws:
GroupsException
getServiceName
public javax.naming.Name getServiceName()
- The service name is the entire key.
- Overrides:
getServiceName
in class CompositeEntityIdentifier
- Returns:
- javax.naming.Name
toString
public java.lang.String toString()
- Returns a String that represents the value of this object.
- Overrides:
toString
in class CompositeEntityIdentifier
- Returns:
- java.lang.String