Package com.sun.corba.ee.spi.ior
Interface Writeable
-
- All Known Subinterfaces:
AlternateIIOPAddressComponent
,ClusterInstanceInfoComponent
,CodeSetsComponent
,Identifiable
,IIOPAddress
,IIOPProfile
,IIOPProfileTemplate
,IOR
,IORFactory
,IORTemplate
,IORTemplateList
,JavaCodebaseComponent
,LoadBalancingComponent
,MaxStreamFormatVersionComponent
,ObjectAdapterId
,ObjectId
,ObjectKey
,ObjectKeyTemplate
,ORBTypeComponent
,RequestPartitioningComponent
,TaggedComponent
,TaggedProfile
,TaggedProfileTemplate
- All Known Implementing Classes:
AlternateIIOPAddressComponentImpl
,ClusterInstanceInfoComponentImpl
,CodeSetsComponentImpl
,GenericIdentifiable
,GenericTaggedComponent
,GenericTaggedProfile
,IdentifiableBase
,IIOPAddressBase
,IIOPAddressClosureImpl
,IIOPAddressImpl
,IIOPProfileImpl
,IIOPProfileTemplateImpl
,IORImpl
,IORTemplateImpl
,IORTemplateListImpl
,JavaCodebaseComponentImpl
,JavaSerializationComponent
,JIDLObjectKeyTemplate
,LoadBalancingComponentImpl
,MaxStreamFormatVersionComponentImpl
,NewObjectKeyTemplateBase
,ObjectAdapterIdArray
,ObjectAdapterIdBase
,ObjectAdapterIdNumber
,ObjectIdImpl
,ObjectKeyImpl
,ObjectKeyTemplateBase
,OldJIDLObjectKeyTemplate
,OldObjectKeyTemplateBase
,OldPOAObjectKeyTemplate
,ORBTypeComponentImpl
,POAObjectKeyTemplate
,RequestPartitioningComponentImpl
,TaggedComponentBase
,TaggedProfileTemplateBase
,VirtualAddressAgentImpl.SpecialIIOPProfileImpl
,VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
,WireObjectKeyTemplate
public interface Writeable
This interface represents an entity that can be written to an OutputStream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OutputStream arg0)
Write this object directly to the output stream.
-
-
-
Method Detail
-
write
void write(OutputStream arg0)
Write this object directly to the output stream.- Parameters:
arg0
- stream to write to
-
-