Interface ORBData

All Known Implementing Classes:
ORBDataParserImpl

public interface ORBData
  • Method Details

    • getORBInitialHost

      String getORBInitialHost()
    • getORBInitialPort

      Integer getORBInitialPort()
    • getORBServerHost

      String getORBServerHost()
    • getORBServerPort

      int getORBServerPort()
    • getListenOnAllInterfaces

      boolean getListenOnAllInterfaces()
    • getLegacySocketFactory

      ORBSocketFactory getLegacySocketFactory()
    • getSocketFactory

      ORBSocketFactory getSocketFactory()
    • getUserSpecifiedListenPorts

      USLPort[] getUserSpecifiedListenPorts()
    • getIORToSocketInfo

      IORToSocketInfo getIORToSocketInfo()
    • getIIOPPrimaryToContactInfo

      IIOPPrimaryToContactInfo getIIOPPrimaryToContactInfo()
    • getORBId

      String getORBId()
    • getORBServerIdPropertySpecified

      boolean getORBServerIdPropertySpecified()
    • isLocalOptimizationAllowed

      boolean isLocalOptimizationAllowed()
    • getGIOPVersion

      GIOPVersion getGIOPVersion()
    • getHighWaterMark

      int getHighWaterMark()
    • getLowWaterMark

      int getLowWaterMark()
    • getNumberToReclaim

      int getNumberToReclaim()
    • getGIOPFragmentSize

      int getGIOPFragmentSize()
    • getGIOPBufferSize

      int getGIOPBufferSize()
    • getGIOPBuffMgrStrategy

      int getGIOPBuffMgrStrategy(GIOPVersion gv)
    • getGIOPTargetAddressPreference

      short getGIOPTargetAddressPreference()
      Returns:
      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
    • getGIOPAddressDisposition

      short getGIOPAddressDisposition()
    • useByteOrderMarkers

      boolean useByteOrderMarkers()
    • useByteOrderMarkersInEncapsulations

      boolean useByteOrderMarkersInEncapsulations()
    • alwaysSendCodeSetServiceContext

      boolean alwaysSendCodeSetServiceContext()
    • getPersistentPortInitialized

      boolean getPersistentPortInitialized()
    • getPersistentServerPort

      int getPersistentServerPort()
    • getPersistentServerIdInitialized

      boolean getPersistentServerIdInitialized()
    • getPersistentServerId

      int getPersistentServerId()
      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.
    • getServerIsORBActivated

      boolean getServerIsORBActivated()
    • getBadServerIdHandler

      Class getBadServerIdHandler()
    • getCodeSetComponentInfo

      CodeSetComponentInfo getCodeSetComponentInfo()
      Get the prefered code sets for connections. Should the client send the code set service context on every request?
    • getORBInitializers

      ORBInitializer[] getORBInitializers()
    • getORBInitialReferences

      StringPair[] getORBInitialReferences()
    • getORBDefaultInitialReference

      String getORBDefaultInitialReference()
    • getORBDebugFlags

      String[] getORBDebugFlags()
    • getAcceptors

      Acceptor[] getAcceptors()
    • getCorbaContactInfoListFactory

      CorbaContactInfoListFactory getCorbaContactInfoListFactory()
    • acceptorSocketType

      String acceptorSocketType()
    • acceptorSocketUseSelectThreadToWait

      boolean acceptorSocketUseSelectThreadToWait()
    • acceptorSocketUseWorkerThreadForEvent

      boolean acceptorSocketUseWorkerThreadForEvent()
    • connectionSocketType

      String connectionSocketType()
    • connectionSocketUseSelectThreadToWait

      boolean connectionSocketUseSelectThreadToWait()
    • connectionSocketUseWorkerThreadForEvent

      boolean connectionSocketUseWorkerThreadForEvent()
    • getTransportTCPReadTimeouts

      ReadTimeouts getTransportTCPReadTimeouts()
    • disableDirectByteBufferUse

      boolean disableDirectByteBufferUse()
    • isJavaSerializationEnabled

      boolean isJavaSerializationEnabled()
    • useRepId

      boolean useRepId()