|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminService
Internal admin methods.
Field Summary | |
---|---|
static String |
COMPONENT_LOGGER_NAME
|
Methods inherited from interface javax.jbi.management.AdminServiceMBean |
---|
getBindingComponents, getComponentByName, getEngineComponents, getSystemInfo, getSystemService, getSystemServices, isBinding, isEngine |
Field Detail |
---|
static final String COMPONENT_LOGGER_NAME
Method Detail |
---|
javax.jbi.management.MBeanNames getMBeanNames()
MbeanNames
instance.
MBeanServer getMBeanServer()
MBeanServer
.
Installer getInstallerByName(String name)
Installer
by its component name.
name
-
Installer
Installer[] getInstallers()
Installer
s
javax.jbi.management.ComponentLifeCycleMBean getBindingComponentLifeCycleByName(String name)
ComponentLifeCycleMBean
of a JBI Component by its unique
name.
name
- the name of the binding component; must be non-null and
non-empty
ComponentLifeCycleMBean
of the component, or
null
if there is no such component with the given
name
Map<String,javax.jbi.management.ComponentLifeCycleMBean> getBindingComponentsLifeCycles()
Map<String,javax.jbi.management.ComponentLifeCycleMBean> getServiceEnginesLifeCycles()
javax.jbi.management.ComponentLifeCycleMBean getEngineComponentLifeCycleByName(String name)
ComponentLifeCycleMBean
of a JBI Component by its unique
name.
name
- the name of the engine component; must be non-null and
non-empty
ComponentLifeCycleMBean
of the component, or
null
if there is no such component with the given
name
ServiceAssemblyLifeCycle getServiceAssemblyByName(String saName)
ServiceAssemblyLifeCycle
by its unique name.
name
-
ServiceAssemblyLifeCycle
Map<String,ServiceAssemblyLifeCycle> getServiceAssemblies()
ServiceAssemblyLifeCycle
by names.
SharedLibraryLifeCycle getSharedLibraryByName(String slName)
SharedLibraryLifeCycle
by its unique name.
name
-
SharedLibraryLifeCycle
Map<String,SharedLibraryLifeCycle> getSharedLibraries()
SharedLibraryLifeCycle
by names.
null
List<ServiceUnitLifeCycle> getServiceUnitsLifeCyclesForComponent(String component)
ObjectName registerBindingComponent(javax.jbi.management.ComponentLifeCycleMBean lifeCycle, String name) throws ManagementException
ManagementException
ObjectName registerEngineComponent(javax.jbi.management.ComponentLifeCycleMBean lifeCycle, String name) throws ManagementException
ManagementException
ObjectName registerInstaller(Installer installerMBean, String name) throws ManagementException
ManagementException
void registerServiceAssembly(ServiceAssemblyLifeCycle serviceAssemblyLifeCycle, String name)
void registerSharedLibrary(SharedLibraryLifeCycle sharedLibraryLifeCycle, String name)
void unregisterBindingComponent(String name) throws ManagementException
ManagementException
void unregisterEngineComponent(String name) throws ManagementException
ManagementException
void unregisterInstaller(String name) throws ManagementException
ManagementException
void unregisterServiceAssembly(String saName) throws ManagementException
ManagementException
void unregisterSharedLibrary(String slName) throws ManagementException
ManagementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |