|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Mbean interface for the jnp provider server.
Method Summary | |
int |
getBacklog()
|
String |
getBindAddress()
|
String |
getClientSocketFactory()
Get the RMIClientSocketFactory implementation class |
boolean |
getInstallGlobalService()
Get the InstallGlobalService which defines whether the MainMBean's Naming server will be installed as the NamingContext.setLocal global value. |
int |
getPort()
|
String |
getRmiBindAddress()
|
int |
getRmiPort()
|
String |
getServerSocketFactory()
Get the RMIServerSocketFactory implementation class |
void |
setBacklog(int backlog)
|
void |
setBindAddress(String host)
|
void |
setClientSocketFactory(String factoryClassName)
Set the RMIClientSocketFactory implementation class |
void |
setInstallGlobalService(boolean flag)
Set the InstallGlobalService which defines whether the MainMBean's Naming server will be installed as the NamingContext.setLocal global value. |
void |
setJNPServerSocketFactory(String factoryClassName)
Set the ServerSocketFactory implementation class |
void |
setPort(int p)
|
void |
setRmiBindAddress(String host)
|
void |
setRmiPort(int p)
|
void |
setServerSocketFactory(String factoryClassName)
Set the RMIServerSocketFactory implementation class |
void |
start()
|
void |
stop()
|
Method Detail |
public void setRmiPort(int p)
public int getRmiPort()
public void setPort(int p)
public int getPort()
public String getBindAddress()
public void setBindAddress(String host) throws UnknownHostException
UnknownHostException
public String getRmiBindAddress()
public void setRmiBindAddress(String host) throws UnknownHostException
UnknownHostException
public int getBacklog()
public void setBacklog(int backlog)
public boolean getInstallGlobalService()
public void setInstallGlobalService(boolean flag)
public String getClientSocketFactory()
public void setClientSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
public String getServerSocketFactory()
public void setServerSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
public void setJNPServerSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
public void start() throws Exception
Exception
public void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |