Package com.sun.corba.ee.impl.ior.iiop
Class ClusterInstanceInfoComponentImpl
- java.lang.Object
-
- com.sun.corba.ee.spi.ior.IdentifiableBase
-
- com.sun.corba.ee.spi.ior.TaggedComponentBase
-
- com.sun.corba.ee.impl.ior.iiop.ClusterInstanceInfoComponentImpl
-
- All Implemented Interfaces:
Identifiable,ClusterInstanceInfoComponent,TaggedComponent,Writeable,WriteContents
public class ClusterInstanceInfoComponentImpl extends TaggedComponentBase implements ClusterInstanceInfoComponent
-
-
Field Summary
Fields Modifier and Type Field Description private ClusterInstanceInfoclusterInstanceInfoValue
-
Constructor Summary
Constructors Constructor Description ClusterInstanceInfoComponentImpl(ClusterInstanceInfo theClusterInstanceInfoValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ClusterInstanceInfogetClusterInstanceInfo()intgetId()Return the (type) identity of this entity.inthashCode()java.lang.StringtoString()voidwriteContents(OutputStream os)-
Methods inherited from class com.sun.corba.ee.spi.ior.TaggedComponentBase
getIOPComponent
-
Methods inherited from class com.sun.corba.ee.spi.ior.IdentifiableBase
write
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sun.corba.ee.spi.ior.TaggedComponent
getIOPComponent
-
-
-
-
Field Detail
-
clusterInstanceInfoValue
private final ClusterInstanceInfo clusterInstanceInfoValue
-
-
Constructor Detail
-
ClusterInstanceInfoComponentImpl
public ClusterInstanceInfoComponentImpl(ClusterInstanceInfo theClusterInstanceInfoValue)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getClusterInstanceInfo
public ClusterInstanceInfo getClusterInstanceInfo()
- Specified by:
getClusterInstanceInfoin interfaceClusterInstanceInfoComponent
-
writeContents
public void writeContents(OutputStream os)
- Specified by:
writeContentsin interfaceWriteContents
-
getId
public int getId()
Description copied from interface:IdentifiableReturn the (type) identity of this entity.- Specified by:
getIdin interfaceIdentifiable- Returns:
- int
-
-