org.jbpm.integration.jboss4.mgmt
Class ServerConfig

java.lang.Object
  extended by org.jbpm.integration.spi.mgmt.AbstractServerConfig
      extended by org.jbpm.integration.jboss4.mgmt.ServerConfig
All Implemented Interfaces:
org.jbpm.integration.spi.mgmt.AbstractServerConfigMBean, org.jbpm.integration.spi.mgmt.ServerConfig

public class ServerConfig
extends org.jbpm.integration.spi.mgmt.AbstractServerConfig

Author:
Heiko.Braun

Field Summary
 
Fields inherited from interface org.jbpm.integration.spi.mgmt.AbstractServerConfigMBean
OBJECT_NAME
 
Fields inherited from interface org.jbpm.integration.spi.mgmt.ServerConfig
BEAN_NAME
 
Constructor Summary
ServerConfig()
           
 
Method Summary
 java.lang.String getImplementationTitle()
           
 java.lang.String getImplementationVersion()
           
 javax.management.MBeanServer getMbeanServer()
          In AS 4 it's not provided by MC, hence we do the lookup
 
Methods inherited from class org.jbpm.integration.spi.mgmt.AbstractServerConfig
create, destroy, getHomeDir, getServerDataDir, getServerTempDir, getWebServiceHost, getWebServicePort, getWebServiceSecurePort, setMbeanServer, setWebServiceHost, setWebServicePort, setWebServiceSecurePort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConfig

public ServerConfig()
Method Detail

getImplementationTitle

public java.lang.String getImplementationTitle()
Specified by:
getImplementationTitle in interface org.jbpm.integration.spi.mgmt.ServerConfig
Specified by:
getImplementationTitle in class org.jbpm.integration.spi.mgmt.AbstractServerConfig

getImplementationVersion

public java.lang.String getImplementationVersion()
Specified by:
getImplementationVersion in interface org.jbpm.integration.spi.mgmt.ServerConfig
Specified by:
getImplementationVersion in class org.jbpm.integration.spi.mgmt.AbstractServerConfig

getMbeanServer

public javax.management.MBeanServer getMbeanServer()
In AS 4 it's not provided by MC, hence we do the lookup

Overrides:
getMbeanServer in class org.jbpm.integration.spi.mgmt.AbstractServerConfig
Returns:


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.