java.lang .Object org.netbeans.modules.sun.manager.jbi.management .JBIFrameworkService JBIFrameworkService public class JBIFrameworkService implements Serializable (Code) Queries the runtime server to ensure that the JBI Container
is installed and is enabled. The JBI Container is installed as a
Lifecycle module on the server. This class also helps in configuring
the JBI Container at runtime.
author: Graj
ADMIN_SERVICE_OBJECTNAME final public static String ADMIN_SERVICE_OBJECTNAME (Code)
DESCRIPTION_KEY final public static String DESCRIPTION_KEY (Code) disable-timeout-in-minutes - String - 30
ENABLED_KEY final public static String ENABLED_KEY (Code) enabled - boolean - true
IS_FAILURE_FATAL_KEY final public static String IS_FAILURE_FATAL_KEY (Code) lb-enabled - boolean - false
JBI_CLASSPATH_KEY final public static String JBI_CLASSPATH_KEY (Code) com.sun.jbi.binding.proxy.connection
JBI_CLASS_NAME_KEY final public static String JBI_CLASS_NAME_KEY (Code) com.sun.jbi.home
JBI_CONFIG_OBJECTNAME final public static String JBI_CONFIG_OBJECTNAME (Code) DOCUMENT ME!
JBI_GETPROPERTYVALUE_OPERATION_NAME final public static String JBI_GETPROPERTYVALUE_OPERATION_NAME (Code) DOCUMENT ME!
JBI_SETPROPERTY_OPERATION_NAME final public static String JBI_SETPROPERTY_OPERATION_NAME (Code)
LOAD_ORDER_KEY final public static String LOAD_ORDER_KEY (Code) ref - String - JBIFramework
NAME_KEY final public static String NAME_KEY (Code) virtual-servers - String
isUIMBeanRegistered boolean isUIMBeanRegistered (Code)
jbiFrameworkEnabled boolean jbiFrameworkEnabled (Code)
getClassName public String getClassName()(Code) Returns the className.
getClasspath public String getClasspath()(Code) Returns the classpath.
getDescription public String getDescription()(Code) Returns the description.
getLoadOrder public String getLoadOrder()(Code) Returns the loadOrder.
initialize void initialize() (Code) DOCUMENT ME!
isEnabled public boolean isEnabled()(Code) Returns the enabled.
isFailureFatal public boolean isFailureFatal()(Code) Returns the failureFatal.
isJbiFrameworkEnabled public boolean isJbiFrameworkEnabled()(Code) Returns the jbiFrameworkEnabled.
main public static void main(String [] args) throws Exception (Code) Run an ant script. Starts a separate process to do so. This prevents potential undesireable
interactions, but it also means it should only be used in 'low-frequency' situations to
avoid performance issues with continually creating new processes.
Parameters: args - full path to the ant script filethrows: Exception - DOCUMENT ME!
printOut public void printOut()(Code) DOCUMENT ME!