Class UnknownServiceContext
java.lang.Object
com.sun.corba.se.spi.servicecontext.ServiceContext
com.sun.corba.se.spi.servicecontext.UnknownServiceContext
-
Field Summary
Fields inherited from class com.sun.corba.se.spi.servicecontext.ServiceContext
in -
Constructor Summary
ConstructorsConstructorDescriptionUnknownServiceContext(int id, byte[] data) UnknownServiceContext(int id, InputStream is) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getData()intgetId()Returns Service context id.voidwrite(OutputStream os, GIOPVersion gv) Write the service context to an output stream.voidWrites the data used to represent the subclasses service context into an encapsulation stream.Methods inherited from class com.sun.corba.se.spi.servicecontext.ServiceContext
toString
-
Constructor Details
-
UnknownServiceContext
public UnknownServiceContext(int id, byte[] data) -
UnknownServiceContext
-
-
Method Details
-
getId
public int getId()Description copied from class:ServiceContextReturns Service context id. Must be overloaded in subclass.- Specified by:
getIdin classServiceContext
-
writeData
Description copied from class:ServiceContextWrites the data used to represent the subclasses service context into an encapsulation stream. Must be overloaded in subclass.- Specified by:
writeDatain classServiceContext- Throws:
SystemException
-
write
Description copied from class:ServiceContextWrite the service context to an output stream. This method must be used for writing the service context to a request or reply header.- Overrides:
writein classServiceContext- Throws:
SystemException
-
getData
public byte[] getData()
-