Class SocketFactoryAcceptorImpl
java.lang.Object
com.sun.corba.se.impl.transport.EventHandlerBase
com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl
com.sun.corba.se.impl.legacy.connection.SocketFactoryAcceptorImpl
- All Implemented Interfaces:
Acceptor,EventHandler,LegacyServerSocketEndPointInfo,Work,CorbaAcceptor,SocketInfo,SocketOrChannelAcceptor
- Author:
- Harold Carr
-
Field Summary
Fields inherited from class com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl
connectionCache, enqueueTime, hostname, initialized, locatorPort, name, port, serverSocket, serverSocketChannel, type, wrapperFields inherited from class com.sun.corba.se.impl.transport.EventHandlerBase
orb, selectionKey, useSelectThreadToWait, useWorkerThreadForEvent, workFields inherited from interface com.sun.corba.se.spi.legacy.connection.LegacyServerSocketEndPointInfo
BOOT_NAMING, DEFAULT_ENDPOINT, NO_NAMEFields inherited from interface com.sun.corba.se.spi.transport.SocketInfo
IIOP_CLEAR_TEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbooleanUsed to initialize anAcceptor.protected StringMethods inherited from class com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl
accept, addToIORTemplate, close, createInputObject, createMessageMediator, createOutputObject, doWork, dprint, finishCreatingMessageMediator, getAcceptor, getChannel, getConnection, getConnectionCache, getConnectionCacheType, getEnqueueTime, getEventHandler, getHost, getHostName, getInterestOps, getLocatorPort, getMonitoringName, getName, getObjectAdapterId, getObjectAdapterManagerId, getPort, getServerSocket, getType, initialized, internalInitialize, setConnectionCache, setEnqueueTime, setLocatorPort, shouldRegisterAcceptEvent, toStringMethods inherited from class com.sun.corba.se.impl.transport.EventHandlerBase
getSelectionKey, getWork, handleEvent, setSelectionKey, setUseSelectThreadToWait, setUseWorkerThreadForEvent, setWork, shouldUseSelectThreadToWait, shouldUseWorkerThreadForEvent
-
Constructor Details
-
SocketFactoryAcceptorImpl
-
-
Method Details
-
initialize
public boolean initialize()Description copied from interface:AcceptorUsed to initialize anAcceptor. For example, initialization may mean to create aServerSocketChannel. Note: this must be prepared to be be called multiple times.- Specified by:
initializein interfaceAcceptor- Overrides:
initializein classSocketOrChannelAcceptorImpl- Returns:
truewhen it performs initializatin actions (typically the first call.
-
toStringName
- Overrides:
toStringNamein classSocketOrChannelAcceptorImpl
-
dprint
- Overrides:
dprintin classSocketOrChannelAcceptorImpl
-