FileDocCategorySizeDatePackage
ORBData.javaAPI DocJava SE 5 API4361Fri Aug 26 14:54:38 BST 2005com.sun.corba.se.spi.orb

ORBData

public interface ORBData

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringacceptorSocketType()

public booleanacceptorSocketUseSelectThreadToWait()

public booleanacceptorSocketUseWorkerThreadForEvent()

public booleanalwaysSendCodeSetServiceContext()

public java.lang.StringconnectionSocketType()

public booleanconnectionSocketUseSelectThreadToWait()

public booleanconnectionSocketUseWorkerThreadForEvent()

public booleandisableDirectByteBufferUse()

public com.sun.corba.se.pept.transport.Acceptor[]getAcceptors()

public java.lang.ClassgetBadServerIdHandler()

public com.sun.corba.se.impl.encoding.CodeSetComponentInfogetCodeSetComponentInfo()
Get the prefered code sets for connections. Should the client send the code set service context on every request?

public com.sun.corba.se.spi.transport.CorbaContactInfoListFactorygetCorbaContactInfoListFactory()

public shortgetGIOPAddressDisposition()

public intgetGIOPBuffMgrStrategy(com.sun.corba.se.spi.ior.iiop.GIOPVersion gv)

public intgetGIOPBufferSize()

public intgetGIOPFragmentSize()

public shortgetGIOPTargetAddressPreference()

return
the GIOP Target Addressing preference of the ORB. This ORB by default supports all addressing dispositions unless specified otherwise via a java system property ORBConstants.GIOP_TARGET_ADDRESSING

public com.sun.corba.se.spi.ior.iiop.GIOPVersiongetGIOPVersion()

public intgetHighWaterMark()

public com.sun.corba.se.spi.transport.IIOPPrimaryToContactInfogetIIOPPrimaryToContactInfo()

public com.sun.corba.se.spi.transport.IORToSocketInfogetIORToSocketInfo()

public com.sun.corba.se.spi.legacy.connection.ORBSocketFactorygetLegacySocketFactory()

public java.lang.StringgetListenOnAllInterfaces()

public intgetLowWaterMark()

public intgetNumberToReclaim()

public java.lang.String[]getORBDebugFlags()

public java.lang.StringgetORBDefaultInitialReference()

public java.lang.StringgetORBId()

public java.lang.StringgetORBInitialHost()

public intgetORBInitialPort()

public StringPair[]getORBInitialReferences()

public org.omg.PortableInterceptor.ORBInitializer[]getORBInitializers()

public java.lang.StringgetORBServerHost()

public booleangetORBServerIdPropertySpecified()

public intgetORBServerPort()

public booleangetPersistentPortInitialized()

public intgetPersistentServerId()
Return the persistent-server-id of this server. This id is the same across multiple activations of this server. This is in contrast to com.sun.corba.se.impl.iiop.ORB.getTransientServerId() which returns a transient id that is guaranteed to be different across multiple activations of this server. The user/environment is required to supply the persistent-server-id every time this server is started, in the ORBServerId parameter, System properties, or other means. The user is also required to ensure that no two persistent servers on the same host have the same server-id.

public booleangetPersistentServerIdInitialized()

public intgetPersistentServerPort()

public booleangetServerIsORBActivated()

public com.sun.corba.se.spi.transport.ORBSocketFactorygetSocketFactory()

public com.sun.corba.se.spi.transport.ReadTimeoutsgetTransportTCPReadTimeouts()

public com.sun.corba.se.impl.legacy.connection.USLPort[]getUserSpecifiedListenPorts()

public booleanisJavaSerializationEnabled()

public booleanisLocalOptimizationAllowed()

public booleanuseByteOrderMarkers()

public booleanuseByteOrderMarkersInEncapsulations()

public booleanuseRepId()