biz.hammurapi.jms.adapter
Class Method
java.lang.Object
biz.hammurapi.config.ComponentBase
biz.hammurapi.config.ServiceBase
biz.hammurapi.jms.adapter.Method
- All Implemented Interfaces:
- biz.hammurapi.config.Component, biz.hammurapi.config.Context, biz.hammurapi.config.Service, biz.hammurapi.metrics.MeasurementCollector, biz.hammurapi.metrics.MeasurementConsumer
public class Method
- extends biz.hammurapi.config.ServiceBase
Fields inherited from class biz.hammurapi.config.ComponentBase |
owner |
Constructor Summary |
Method(biz.hammurapi.jms.adapter.definition.Method definition)
|
Methods inherited from class biz.hammurapi.config.ServiceBase |
start, stop |
Methods inherited from class biz.hammurapi.config.ComponentBase |
addMeasurement, get, getChild, getMeasurementConsumer, getOwner, getOwner, setMeasurementConsumer, setOwner |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface biz.hammurapi.config.Component |
setOwner |
Method
public Method(biz.hammurapi.jms.adapter.definition.Method definition)
throws biz.hammurapi.config.ConfigurationException
- Throws:
biz.hammurapi.config.ConfigurationException
startInternal
protected void startInternal()
throws biz.hammurapi.config.ConfigurationException
- Specified by:
startInternal
in class biz.hammurapi.config.ServiceBase
- Throws:
biz.hammurapi.config.ConfigurationException
getWrapperException
public java.lang.Class getWrapperException()
stopInternal
protected void stopInternal()
throws biz.hammurapi.config.ConfigurationException
- Specified by:
stopInternal
in class biz.hammurapi.config.ServiceBase
- Throws:
biz.hammurapi.config.ConfigurationException
isAsync
public boolean isAsync()
invoke
public java.lang.Object invoke(java.lang.Object state,
java.lang.Object[] args,
java.lang.String declaringClass)
throws java.lang.Exception
- Invokes remote method
- Parameters:
state
- args
-
- Returns:
-
- Throws:
java.lang.Exception
getJmsService
public JmsService getJmsService()
Copyright © 2006 Hammurapi Group. All Rights Reserved.