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

ORBConfig

public interface ORBConfig implements PropertiesAccess, AMXConfig
Configuration for the <orb> config 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 java.lang.StringgetMaxConnections()

public java.lang.StringgetMessageFragmentSize()

public java.lang.StringgetUseThreadPoolIds()

public voidsetMaxConnections(java.lang.String value)

public voidsetMessageFragmentSize(java.lang.String value)

public voidsetUseThreadPoolIds(java.lang.String value)