public class LegacyServerSocketManagerImpl extends Object implements LegacyServerSocketManager
| Constructor and Description |
|---|
LegacyServerSocketManagerImpl(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dprint(String msg) |
LegacyServerSocketEndPointInfo |
legacyGetEndpoint(String name) |
int |
legacyGetPersistentServerPort(String socketType) |
int |
legacyGetTransientOrPersistentServerPort(String socketType) |
int |
legacyGetTransientServerPort(String type) |
boolean |
legacyIsLocalServerPort(int port) |
protected ORB orb
public LegacyServerSocketManagerImpl(ORB orb)
public int legacyGetTransientServerPort(String type)
legacyGetTransientServerPort in interface LegacyServerSocketManagerpublic int legacyGetPersistentServerPort(String socketType)
legacyGetPersistentServerPort in interface LegacyServerSocketManagerpublic int legacyGetTransientOrPersistentServerPort(String socketType)
legacyGetTransientOrPersistentServerPort in interface LegacyServerSocketManagerpublic LegacyServerSocketEndPointInfo legacyGetEndpoint(String name)
legacyGetEndpoint in interface LegacyServerSocketManagerpublic boolean legacyIsLocalServerPort(int port)
legacyIsLocalServerPort in interface LegacyServerSocketManagerprotected void dprint(String msg)
Copyright © 2018 JBoss by Red Hat. All rights reserved.