FileDocCategorySizeDatePackage
IIOPServiceConfig.javaAPI DocGlassfish v2 API4121Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

IIOPServiceConfig

public interface IIOPServiceConfig implements com.sun.appserv.management.base.Container, ConfigElement
Configuration for the <iiop-service> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public IIOPListenerConfigcreateIIOPListenerConfig(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.

param
name the name (id) of the newly created listener
param
address IP address of the listener
param
optional optional parameters
see
IIOPListenerConfigKeys

public SSLConfigcreateIIOPSSLClientConfig(java.util.Map params)
Creates ssl-client-config element.

param
params
return
Returns a proxy to the SSLConfig MBean.

public booleangetClientAuthenticationRequired()

public java.util.MapgetIIOPListenerConfigMap()
Calls Container.getContaineeMap( XTypes.IIOP_LISTENER_CONFIG ).

return
Map of IIOPListenerConfig MBean proxies, keyed by name.
see
com.sun.appserv.management.base.Container#getContaineeMap

public SSLConfiggetIIOPSSLClientConfig()
Get the SSLConfig MBean that corresponds to ssl-client-config element of this iiop service.

public ORBConfiggetORBConfig()
Get a proxy to an ORBConfig

public voidremoveIIOPListenerConfig(java.lang.String name)
Removes an iiop listener.

param
name the name (id) of the iiop listener to be removed.

public voidremoveIIOPSSLClientConfig()
Removes ssl-client-config element.

public voidsetClientAuthenticationRequired(boolean value)