| |
|
| java.lang.Object com.sun.jbi.ui.client.RemoteJBIAdminCommandsFactory
RemoteJBIAdminCommandsFactory | abstract public class RemoteJBIAdminCommandsFactory (Code) | | This class is a factory class to create the RemoteJBIAdminCommands implemenation.
author: Sun Microsystems, Inc. |
FACTORY_IMPL_CLASS | final public static String FACTORY_IMPL_CLASS(Code) | | if no property set, try load this impl class
|
FACTORY_IMPL_CLASS_PROP | final public static String FACTORY_IMPL_CLASS_PROP(Code) | | property name for class to load
|
RemoteJBIAdminCommandsFactory | protected RemoteJBIAdminCommandsFactory()(Code) | | constructor
|
newInstance | public static RemoteJBIAdminCommandsFactory newInstance()(Code) | | Creates a Factory class depending on the system settings. The order it looks for
creating the factory implementation is look for the system property
com.sun.jbi.ui.ant.client.RemoteJBIAdminCommandsFactory for the class name to
load and then to the standard com.sun.jbi.internal.ui.client.RemoteJBIAdminCommandsFactoryImpl
or a default implementation com.sun.jbi.ui.ant.client.RemoteJBIAdminCommandsFactory.Impl
The instance of the JBIAdminCommandsFactory |
|
|
|