public abstract class RemoteJBIAdminCommandsFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl
Default implementation of the RemoteJBIAdminCommands
|
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_IMPL_CLASS
if no property set, try load this impl class
|
static String |
FACTORY_IMPL_CLASS_PROP
property name for class to load
|
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteJBIAdminCommandsFactory()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract RemoteJBIAdminCommands |
createRemoteJBIAdminCommands(Properties connProps)
get jbi client interface
|
static RemoteJBIAdminCommandsFactory |
newInstance()
Creates a Factory class depending on the schemaorg_apache_xmlbeans.system settings.
|
public static final String FACTORY_IMPL_CLASS_PROP
public static final String FACTORY_IMPL_CLASS
protected RemoteJBIAdminCommandsFactory()
public static RemoteJBIAdminCommandsFactory newInstance()
public abstract RemoteJBIAdminCommands createRemoteJBIAdminCommands(Properties connProps) throws JMXConnectionException
connProps - Connection PropertiesJMXConnectionException - on errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.