@ManagedObject
@Description(value="ORB Configuration data")
@AMXMetadata(isSingleton=true)
public interface ORBData
@ManagedAttribute @Description(value="Value of ORBInitialHost, the host name of the remote name service") String getORBInitialHost()
@ManagedAttribute @Description(value="Value of ORBInitialPort, the port number of the remote name service") int getORBInitialPort()
@ManagedAttribute @Description(value="DESC") String getORBServerHost()
@ManagedAttribute @Description(value="DESC") int getORBServerPort()
@ManagedAttribute @Description(value="If true, the ORB listens at its ports on all IP interfaces on the host") boolean getListenOnAllInterfaces()
@ManagedAttribute @Description(value="The implementation of the legacy ORBSocketFactory interface in use (if any)") ORBSocketFactory getLegacySocketFactory()
@ManagedAttribute @Description(value="The implementation of the ORBSocketFactory interface in use (if any)") ORBSocketFactory getSocketFactory()
@ManagedAttribute @Description(value="Return the user-specified listen ports, on which the ORB listens for incoming requests") USLPort[] getUserSpecifiedListenPorts()
@ManagedAttribute @Description(value="Return the instance of the IORToSocketInfo interface, which is used to get SocketInfo from IORs") IORToSocketInfo getIORToSocketInfo()
void setIORToSocketInfo(IORToSocketInfo x)
@ManagedAttribute @Description(value="Return the instance of the IIOPPrimaryToContactInfo interface") IIOPPrimaryToContactInfo getIIOPPrimaryToContactInfo()
void setIIOPPrimaryToContactInfo(IIOPPrimaryToContactInfo x)
@ManagedAttribute @Description(value="Return the configured ORB ID") String getORBId()
@ManagedAttribute @Description(value="Returns true if the RMI-IIOP local optimization (caching servant in local subcontract) is allowed.") boolean isLocalOptimizationAllowed()
@ManagedAttribute @Description(value="Return the GIOP version that will be prefered for sending requests") GIOPVersion getGIOPVersion()
@ManagedAttribute @Description(value="Return the high water mark for the connection cache") int getHighWaterMark()
@ManagedAttribute @Description(value="Return the number of connections to attempt to reclaim when the total number of connections exceeds the high water mark") int getNumberToReclaim()
@ManagedAttribute @Description(value="Return the ") int getGIOPFragmentSize()
int getGIOPBufferSize()
int getGIOPBuffMgrStrategy(GIOPVersion gv)
@ManagedAttribute @Description(value="The ORB required target addressing mode: 0:ObjectKey, 1:TaggedProfile, 2:EntireIOR, 3:Accept All (default)") short getGIOPTargetAddressPreference()
@ManagedAttribute @Description(value="The ORB required target addressing mode: 0:ObjectKey, 1:TaggedProfile, 2:EntireIOR, 3:Accept All (default)") short getGIOPAddressDisposition()
@ManagedAttribute @Description(value="DESC") boolean useByteOrderMarkers()
@ManagedAttribute @Description(value="DESC") boolean useByteOrderMarkersInEncapsulations()
@ManagedAttribute @Description(value="DESC") boolean alwaysSendCodeSetServiceContext()
@ManagedAttribute @Description(value="DESC") boolean getPersistentPortInitialized()
@ManagedAttribute @Description(value="DESC") int getPersistentServerPort()
@ManagedAttribute @Description(value="DESC") boolean getPersistentServerIdInitialized()
@ManagedAttribute @Description(value="DESC") int getPersistentServerId()
@ManagedAttribute @Description(value="DESC") boolean getServerIsORBActivated()
@ManagedAttribute @Description(value="DESC") Class getBadServerIdHandler()
@ManagedAttribute @Description(value="DESC") CodeSetComponentInfo getCodeSetComponentInfo()
@ManagedAttribute @Description(value="DESC") ORBInitializer[] getORBInitializers()
void addORBInitializer(ORBInitializer init)
@ManagedAttribute @Description(value="Pair of (name, CORBA URL) used to initialize resolve_initial_references") org.glassfish.pfl.basic.contain.Pair<String,String>[] getORBInitialReferences()
String getORBDefaultInitialReference()
@ManagedAttribute @Description(value="DESC") String[] getORBDebugFlags()
@ManagedAttribute @Description(value="DESC") Acceptor[] getAcceptors()
@ManagedAttribute @Description(value="DESC") ContactInfoListFactory getCorbaContactInfoListFactory()
@ManagedAttribute @Description(value="DESC") String acceptorSocketType()
@ManagedAttribute @Description(value="DESC") boolean acceptorSocketUseSelectThreadToWait()
@ManagedAttribute @Description(value="DESC") boolean acceptorSocketUseWorkerThreadForEvent()
@ManagedAttribute @Description(value="DESC") String connectionSocketType()
@ManagedAttribute @Description(value="DESC") boolean connectionSocketUseSelectThreadToWait()
@ManagedAttribute @Description(value="DESC") boolean connectionSocketUseWorkerThreadForEvent()
@ManagedAttribute @Description(value="DESC") long getCommunicationsRetryTimeout()
@ManagedAttribute @Description(value="DESC") long getWaitForResponseTimeout()
@ManagedAttribute @Description(value="DESC") TcpTimeouts getTransportTcpTimeouts()
@ManagedAttribute @Description(value="DESC") TcpTimeouts getTransportTcpConnectTimeouts()
@ManagedAttribute @Description(value="DESC") boolean disableDirectByteBufferUse()
@ManagedAttribute @Description(value="DESC") boolean isJavaSerializationEnabled()
@ManagedAttribute @Description(value="DESC") boolean useRepId()
@ManagedAttribute @Description(value="DESC") boolean showInfoMessages()
@ManagedAttribute @Description(value="DESC") boolean getServiceContextReturnsNull()
@ManagedAttribute @Description(value="DESC") boolean isAppServerMode()
@ManagedAttribute @Description(value="DESC") int getReadByteBufferSize()
@ManagedAttribute @Description(value="DESC") int getMaxReadByteBufferSizeThreshold()
@ManagedAttribute @Description(value="DESC") int getPooledDirectByteBufferSlabSize()
@ManagedAttribute @Description(value="DESC") boolean alwaysEnterBlockingRead()
@ManagedAttribute @Description(value="DESC") void alwaysEnterBlockingRead(boolean b)
@ManagedAttribute @Description(value="DESC") boolean nonBlockingReadCheckMessageParser()
@ManagedAttribute @Description(value="DESC") boolean blockingReadCheckMessageParser()
@ManagedAttribute @Description(value="DESC") boolean timingPointsEnabled()
@ManagedAttribute @Description(value="DESC") boolean useEnumDesc()
@ManagedAttribute @Description(value="Returns true if ORB is running inside the GFv3 application server") boolean environmentIsGFServer()
@ManagedAttribute @Description(value="If true, do not start any acceptors in the transport by default") boolean noDefaultAcceptors()
boolean registerMBeans()
@ManagedAttribute @Description(value="The time that a CDRInputStream will wait for more data before throwing an exception") int fragmentReadTimeout()
void setOrbInitArgs(String[] args)
@ManagedAttribute @Description(value="The String[] args that were passed to the ORB init call (used for interceptor initialization)") String[] getOrbInitArgs()
@ManagedAttribute @Description(value="True if ORBD should not be used in this ORB instance") boolean disableORBD()
default void waitNanos(Object obj, long waitNanos) throws InterruptedException
InterruptedExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.