public interface Installer
extends javax.jbi.management.InstallerMBean
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_LOGGER_NAME |
static String |
FRACTAL_SRV_ITF_NAME
Name of the server interface of the Fractal component associated to the JBI component installer
|
static String |
INSTALLED |
static String |
UNINSTALLED |
Modifier and Type | Method and Description |
---|---|
javax.jbi.component.Component |
getComponent() |
PetalsComponentContext |
getComponentContext() |
String |
getComponentName() |
IsolatingThread |
getComponentThread() |
org.ow2.petals.jbi.descriptor.original.generated.Jbi |
getJBIDescriptor() |
org.ow2.petals.jbi.servicedesc.endpoint.Location |
getLocation() |
void |
init(Context ctxt)
init the installer.
|
void |
initBootstrap(boolean install)
Initialize the bootstrap of the JBI component.
|
static final String COMPONENT_LOGGER_NAME
static final String INSTALLED
static final String UNINSTALLED
static final String FRACTAL_SRV_ITF_NAME
void init(Context ctxt) throws IOException, javax.jbi.JBIException, NamingException
ctxt
- the context (installation context)org.ow2.petals.basisapi.exception.PetalsException
- : impossible initializationjavax.jbi.JBIException
- : impossible initializationIOException
NamingException
void initBootstrap(boolean install) throws javax.jbi.JBIException
install
- true
if this is for a not installed component, false
if it's for an already
installed componentjavax.jbi.JBIException
javax.jbi.component.Component getComponent()
String getComponentName()
org.ow2.petals.jbi.descriptor.original.generated.Jbi getJBIDescriptor()
org.ow2.petals.jbi.servicedesc.endpoint.Location getLocation()
IsolatingThread getComponentThread()
PetalsComponentContext getComponentContext()
Copyright © 2005-2016 Linagora. All Rights Reserved.