|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MainMBean
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 |
---|
void setRmiPort(int p)
int getRmiPort()
void setPort(int p)
int getPort()
String getBindAddress()
void setBindAddress(String host) throws UnknownHostException
UnknownHostException
String getRmiBindAddress()
void setRmiBindAddress(String host) throws UnknownHostException
UnknownHostException
int getBacklog()
void setBacklog(int backlog)
boolean getInstallGlobalService()
void setInstallGlobalService(boolean flag)
String getClientSocketFactory()
void setClientSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
InstantiationException
IllegalAccessException
String getServerSocketFactory()
void setServerSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
InstantiationException
IllegalAccessException
void setJNPServerSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
InstantiationException
IllegalAccessException
void start() throws Exception
Exception
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |