Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetMap
protected HashMap targetMap
HttpInvokerHA
public HttpInvokerHA()
startService
protected void startService()
throws Exception
- Overrides:
startService
in class HttpInvoker
- Throws:
Exception
stopService
protected void stopService()
- Overrides:
stopService
in class HttpInvoker
destroyService
protected void destroyService()
- Overrides:
destroyService
in class HttpInvoker
registerBean
public void registerBean(ObjectName targetName,
org.jboss.ha.framework.server.HATarget target)
throws Exception
- Specified by:
registerBean
in interface InvokerHA
- Throws:
Exception
unregisterBean
public void unregisterBean(ObjectName targetName)
throws Exception
- Specified by:
unregisterBean
in interface InvokerHA
- Throws:
Exception
createProxy
public Invoker createProxy(ObjectName targetName,
LoadBalancePolicy policy,
String proxyFamilyName)
throws Exception
- Specified by:
createProxy
in interface InvokerHA
- Throws:
Exception
getStub
public Serializable getStub()
- Specified by:
getStub
in interface InvokerHA
invoke
public Object invoke(Invocation invocation)
throws Exception
- Invoke a Remote interface method.
- Specified by:
invoke
in interface HttpInvokerMBean
- Overrides:
invoke
in class HttpInvoker
- Throws:
Exception
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.