Package com.sun.corba.ee.impl.ior.iiop
Class CodeSetsComponentImpl
- java.lang.Object
-
- com.sun.corba.ee.spi.ior.IdentifiableBase
-
- com.sun.corba.ee.spi.ior.TaggedComponentBase
-
- com.sun.corba.ee.impl.ior.iiop.CodeSetsComponentImpl
-
- All Implemented Interfaces:
Identifiable
,CodeSetsComponent
,TaggedComponent
,Writeable
,WriteContents
public class CodeSetsComponentImpl extends TaggedComponentBase implements CodeSetsComponent
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CodeSetComponentInfo
csci
-
Constructor Summary
Constructors Constructor Description CodeSetsComponentImpl()
CodeSetsComponentImpl(ORB orb)
CodeSetsComponentImpl(InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
CodeSetComponentInfo
getCodeSetComponentInfo()
int
getId()
Return the (type) identity of this entity.int
hashCode()
java.lang.String
toString()
void
writeContents(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
-
csci
CodeSetComponentInfo csci
-
-
Constructor Detail
-
CodeSetsComponentImpl
public CodeSetsComponentImpl()
-
CodeSetsComponentImpl
public CodeSetsComponentImpl(InputStream is)
-
CodeSetsComponentImpl
public CodeSetsComponentImpl(ORB orb)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getCodeSetComponentInfo
public CodeSetComponentInfo getCodeSetComponentInfo()
- Specified by:
getCodeSetComponentInfo
in interfaceCodeSetsComponent
-
writeContents
public void writeContents(OutputStream os)
- Specified by:
writeContents
in interfaceWriteContents
-
getId
public int getId()
Description copied from interface:Identifiable
Return the (type) identity of this entity.- Specified by:
getId
in interfaceIdentifiable
- Returns:
- int
-
-