|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A factory for message end points
Method Summary | |
void |
afterDelivery()
Invoked after delivery |
void |
beforeDelivery(java.lang.reflect.Method method)
Invoked before delivery |
void |
release()
Release the endpoint |
Method Detail |
public void beforeDelivery(java.lang.reflect.Method method) throws java.lang.NoSuchMethodException, ResourceException (src)
method
- the method on the endpoint
java.lang.NoSuchMethodException
- when there is no such method
ResourceException (src)
- for a generic error
ApplicationServerInternalException
- for an error in the
application server
java.lang.IllegalStateException
- when not in the correct state, eg. before
and after delivery are not paired
UnavailableException
- when the endpoint is unavailablepublic void afterDelivery() throws ResourceException (src)
ResourceException (src)
- for a generic error
ApplicationServerInternalException
- for an error in the
application server
java.lang.IllegalStateException
- when not in the correct state, eg. before
and after delivery are not paired
UnavailableException
- when the endpoint is unavailablepublic void release()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |