Package com.sun.corba.ee.spi.ior
Class TaggedComponentBase
java.lang.Object
com.sun.corba.ee.spi.ior.IdentifiableBase
com.sun.corba.ee.spi.ior.TaggedComponentBase
- All Implemented Interfaces:
Identifiable,TaggedComponent,Writeable,WriteContents
- Direct Known Subclasses:
AlternateIIOPAddressComponentImpl,ClusterInstanceInfoComponentImpl,CodeSetsComponentImpl,JavaCodebaseComponentImpl,JavaSerializationComponent,LoadBalancingComponentImpl,MaxStreamFormatVersionComponentImpl,ORBTypeComponentImpl,RequestPartitioningComponentImpl
Base class to use for implementing TaggedComponents. It implements
the getIOPComponent method using the TaggedComponent.write() method.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.corba.ee.spi.ior.IdentifiableBase
writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.corba.ee.spi.ior.Identifiable
getIdMethods inherited from interface com.sun.corba.ee.spi.ior.WriteContents
writeContents
-
Constructor Details
-
TaggedComponentBase
public TaggedComponentBase()
-
-
Method Details
-
getIOPComponent
- Specified by:
getIOPComponentin interfaceTaggedComponent
-