Class ServiceRefID
- java.lang.Object
-
- com.opencloud.slee.resources.sis.components.ServiceRefID
-
- All Implemented Interfaces:
SISComponent
,com.opencloud.util.FastSerializable
,Serializable
,Comparable
public final class ServiceRefID extends Object implements SISComponent, com.opencloud.util.FastSerializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.opencloud.slee.resources.sis.components.SISComponent
SISComponent.ComponentType
-
-
Constructor Summary
Constructors Constructor Description ServiceRefID(DataInput in)
ServiceRefID(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object obj)
boolean
equals(Object o)
SISComponent.ComponentType
getComponentType()
String
getName()
int
hashCode()
void
toStream(DataOutput out)
String
toString()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServiceRefID
public ServiceRefID(String name)
-
ServiceRefID
public ServiceRefID(DataInput in) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getComponentType
public SISComponent.ComponentType getComponentType()
- Specified by:
getComponentType
in interfaceSISComponent
-
getName
public String getName()
- Specified by:
getName
in interfaceSISComponent
-
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo
in interfaceComparable
-
toStream
public void toStream(DataOutput out) throws IOException
- Specified by:
toStream
in interfacecom.opencloud.util.FastSerializable
- Throws:
IOException
-
-