SocketFactoryContactInfoImplpublic class SocketFactoryContactInfoImpl extends com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl
Fields Summary |
---|
protected com.sun.corba.se.impl.logging.ORBUtilSystemException | wrapper | protected com.sun.corba.se.spi.transport.SocketInfo | socketInfo |
Methods Summary |
---|
public com.sun.corba.se.pept.transport.Connection | createConnection()
Connection connection =
new SocketFactoryConnectionImpl(
orb, this,
orb.getORBData().connectionSocketUseSelectThreadToWait(),
orb.getORBData().connectionSocketUseWorkerThreadForEvent());
return connection;
| public java.lang.String | toString()
return
"SocketFactoryContactInfoImpl["
+ socketType + " "
+ hostname + " "
+ port
+ "]";
|
|