public class SocketFactoryAcceptorImpl extends SocketOrChannelAcceptorImpl
connectionCache, enqueueTime, hostname, initialized, locatorPort, name, port, serverSocket, serverSocketChannel, type, wrapper
orb, selectionKey, useSelectThreadToWait, useWorkerThreadForEvent, work
IIOP_CLEAR_TEXT
BOOT_NAMING, DEFAULT_ENDPOINT, NO_NAME
Constructor and Description |
---|
SocketFactoryAcceptorImpl(ORB orb,
int port,
String name,
String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
dprint(String msg) |
boolean |
initialize()
Used to initialize an
Acceptor . |
protected String |
toStringName() |
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, toString
getSelectionKey, getWork, handleEvent, setSelectionKey, setUseSelectThreadToWait, setUseWorkerThreadForEvent, setWork, shouldUseSelectThreadToWait, shouldUseWorkerThreadForEvent
public boolean initialize()
Acceptor
Acceptor
.
For example, initialization may mean to create a
ServerSocketChannel
.
Note: this must be prepared to be be called multiple times.initialize
in interface Acceptor
initialize
in class SocketOrChannelAcceptorImpl
true
when it performs initializatin
actions (typically the first call.protected String toStringName()
toStringName
in class SocketOrChannelAcceptorImpl
protected void dprint(String msg)
dprint
in class SocketOrChannelAcceptorImpl
Copyright © 2021 JBoss by Red Hat. All rights reserved.