org.apache.servicemix.jbi.deployer.impl
Class AdminService

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.impl.AdminService
All Implemented Interfaces:
javax.jbi.management.AdminServiceMBean

public class AdminService
extends Object
implements javax.jbi.management.AdminServiceMBean


Field Summary
static String DEFAULT_CONNECTOR_PATH
           
static int DEFAULT_CONNECTOR_PORT
           
static String DEFAULT_DOMAIN
           
static String DEFAULT_NAME
           
 
Constructor Summary
AdminService()
           
 
Method Summary
 ObjectName[] getBindingComponents()
           
 ObjectName getComponentByName(String name)
           
 Deployer getDeployer()
           
 ObjectName[] getEngineComponents()
           
 String getSystemInfo()
           
 ObjectName getSystemService(String serviceName)
           
 ObjectName[] getSystemServices()
           
 boolean isBinding(String componentName)
           
 boolean isEngine(String componentName)
           
 void setDeployer(Deployer deployer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
See Also:
Constant Field Values

DEFAULT_DOMAIN

public static final String DEFAULT_DOMAIN
See Also:
Constant Field Values

DEFAULT_CONNECTOR_PATH

public static final String DEFAULT_CONNECTOR_PATH
See Also:
Constant Field Values

DEFAULT_CONNECTOR_PORT

public static final int DEFAULT_CONNECTOR_PORT
See Also:
Constant Field Values
Constructor Detail

AdminService

public AdminService()
Method Detail

getDeployer

public Deployer getDeployer()

setDeployer

public void setDeployer(Deployer deployer)

getBindingComponents

public ObjectName[] getBindingComponents()
Specified by:
getBindingComponents in interface javax.jbi.management.AdminServiceMBean

getComponentByName

public ObjectName getComponentByName(String name)
Specified by:
getComponentByName in interface javax.jbi.management.AdminServiceMBean

getEngineComponents

public ObjectName[] getEngineComponents()
Specified by:
getEngineComponents in interface javax.jbi.management.AdminServiceMBean

getSystemInfo

public String getSystemInfo()
Specified by:
getSystemInfo in interface javax.jbi.management.AdminServiceMBean

getSystemService

public ObjectName getSystemService(String serviceName)
Specified by:
getSystemService in interface javax.jbi.management.AdminServiceMBean

getSystemServices

public ObjectName[] getSystemServices()
Specified by:
getSystemServices in interface javax.jbi.management.AdminServiceMBean

isBinding

public boolean isBinding(String componentName)
Specified by:
isBinding in interface javax.jbi.management.AdminServiceMBean

isEngine

public boolean isEngine(String componentName)
Specified by:
isEngine in interface javax.jbi.management.AdminServiceMBean


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.