|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.proxy.EndPointCallback
This Callback sends Request to an EndPoint hosted by a set of Nodes.
Constructor Summary | |
EndPointCallback(RequestSender aSender)
|
Method Summary | |
Object |
getEndPointId()
Gets the target EndPoint identifier. |
MsgOutInterceptor |
getOut()
Gets the Msg transport used to sent Requests. |
NodeInfo[] |
getTargets()
Gets the Nodes hosting the target EndPoint. |
Object |
intercept(Object arg0,
Method arg1,
Object[] arg2,
net.sf.cglib.proxy.MethodProxy arg3)
|
void |
setEndPointId(Object anID)
Sets the identifier of the target EndPoint. |
void |
setOut(MsgOutInterceptor anOut)
Sets the Msg output to be used to sent Requests. |
void |
setTargets(NodeInfo[] aTargets)
Sets the Nodes hosting the target EndPoints. |
void |
setTransformer(MsgTransformer aTransformer)
Sets the transformer to be applied on Msgs sent by this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndPointCallback(RequestSender aSender)
aSender
- RequestSender to be used to send Request to the
associated EndPoint.Method Detail |
public Object getEndPointId()
public void setEndPointId(Object anID)
anID
- The id to set.public MsgOutInterceptor getOut()
public void setOut(MsgOutInterceptor anOut)
anOut
- The out to set.public NodeInfo[] getTargets()
public void setTransformer(MsgTransformer aTransformer)
aTransformer
- public void setTargets(NodeInfo[] aTargets)
aTargets
- The targets to set.public Object intercept(Object arg0, Method arg1, Object[] arg2, net.sf.cglib.proxy.MethodProxy arg3) throws Throwable
intercept
in interface net.sf.cglib.proxy.MethodInterceptor
Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |