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:
- Serializable, IGroupConstants
public class CompositeServiceIdentifier
- extends CompositeEntityIdentifier
A composite key that identifies a component group service.
- Version:
- $Revision: 19776 $
- Author:
- Dan Ellentuck
- See Also:
- Serialized Form
| Methods inherited from class org.jasig.portal.groups.CompositeEntityIdentifier |
getCompositeKey, getKey, getLocalKey, getParser, newName, parseCompoundKey, popNode, pushNode, setCompositeKey, setServiceName, size |
CompositeServiceIdentifier
public CompositeServiceIdentifier(String serviceKey)
throws GroupsException
- CompositeServiceIdentifier.
- Parameters:
serviceKey - java.lang.String
- Throws:
GroupsException
CompositeServiceIdentifier
public CompositeServiceIdentifier(String entityKey,
Class entityType)
throws GroupsException
- CompositeServiceIdentifier.
- Parameters:
entityKey - java.lang.StringentityType - java.lang.Class
- Throws:
GroupsException
getServiceName
public Name getServiceName()
- The service name is the entire key.
- Overrides:
getServiceName in class CompositeEntityIdentifier
- Returns:
- javax.naming.Name
toString
public String toString()
- Returns a String that represents the value of this object.
- Overrides:
toString in class CompositeEntityIdentifier
- Returns:
- java.lang.String
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.