|
||||||||||
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()
|
boolean |
getInstallGlobalService()
|
int |
getPort()
|
String |
getRmiBindAddress()
|
int |
getRmiPort()
|
String |
getServerSocketFactory()
|
boolean |
getUseGlobalService()
Get the UseGlobalService which defines whether the MainMBean's Naming server will initialized from the existing NamingContext.setLocal global value. |
void |
setBacklog(int backlog)
|
void |
setBindAddress(String host)
|
void |
setClientSocketFactory(String factoryClassName)
The RMIClientSocketFactory implementation class |
void |
setInstallGlobalService(boolean flag)
Whether the MainMBean's Naming server will be installed as the NamingContext.setLocal global value |
void |
setJNPServerSocketFactory(String factoryClassName)
The JNPServerSocketFactory implementation class |
void |
setPort(int port)
|
void |
setRmiBindAddress(String host)
|
void |
setRmiPort(int port)
|
void |
setServerSocketFactory(String factoryClassName)
The RMIServerSocketFactory implementation class |
void |
setUseGlobalService(boolean flag)
Set the UseGlobalService which defines whether the MainMBean's Naming server will initialized from the existing NamingContext.setLocal global value. |
void |
start()
|
void |
stop()
|
Method Detail |
---|
void setRmiPort(int port)
int getRmiPort()
void setPort(int port)
int getPort()
void setBindAddress(String host) throws UnknownHostException
UnknownHostException
String getBindAddress()
void setRmiBindAddress(String host) throws UnknownHostException
UnknownHostException
String getRmiBindAddress()
void setBacklog(int backlog)
int getBacklog()
void setInstallGlobalService(boolean flag)
boolean getInstallGlobalService()
boolean getUseGlobalService()
void setUseGlobalService(boolean flag)
void setClientSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
InstantiationException
IllegalAccessException
String getClientSocketFactory()
void setServerSocketFactory(String factoryClassName) throws ClassNotFoundException, InstantiationException, IllegalAccessException
ClassNotFoundException
InstantiationException
IllegalAccessException
String getServerSocketFactory()
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 |