Methods Summary |
---|
public IIOPListenerConfig | createIIOPListenerConfig(java.lang.String name, java.lang.String address, java.util.Map optional)Create an . Most fields will default to reasonable values.
Caller should modify them after creation, if desired.
|
public SSLConfig | createIIOPSSLClientConfig(java.util.Map params)Creates ssl-client-config element.
|
public boolean | getClientAuthenticationRequired()
|
public java.util.Map | getIIOPListenerConfigMap()Calls Container.getContaineeMap( XTypes.IIOP_LISTENER_CONFIG ).
|
public SSLConfig | getIIOPSSLClientConfig()Get the SSLConfig MBean that corresponds to ssl-client-config
element of this iiop service.
|
public ORBConfig | getORBConfig()Get a proxy to an ORBConfig
|
public void | removeIIOPListenerConfig(java.lang.String name)Removes an iiop listener.
|
public void | removeIIOPSSLClientConfig()Removes ssl-client-config element.
|
public void | setClientAuthenticationRequired(boolean value)
|