|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.BaseEndPoint
org.apache.geronimo.messaging.proxy.EndPointProxyFactoryImpl
EndPointProxyFactory implementation.
Field Summary |
Fields inherited from class org.apache.geronimo.messaging.BaseEndPoint |
id, node, out, sender |
Constructor Summary | |
EndPointProxyFactoryImpl(Node aNode,
Object anID)
Creates a factory mounted by the specified node and having the specified identifier. |
Method Summary | |
Object |
factory(EndPointProxyInfo anInfo)
Creates a proxy for the EndPoint defined by anInfo. |
void |
releaseProxy(Object aProxy)
Releases the resources of the specified EndPoint proxy. |
void |
setMsgProducerOut(MsgOutInterceptor aMsgOut)
Sets a mean to this instance to push Msgs to the outside world. |
void |
start()
Starts. |
void |
stop()
Stops. |
Methods inherited from class org.apache.geronimo.messaging.BaseEndPoint |
getID, getMsgConsumerOut, handleRequest, handleResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.geronimo.messaging.EndPoint |
getID |
Methods inherited from interface org.apache.geronimo.messaging.MsgConsumer |
getMsgConsumerOut |
Constructor Detail |
public EndPointProxyFactoryImpl(Node aNode, Object anID)
aNode
- Hosting Node.anID
- EndPoint identifier.Method Detail |
public Object factory(EndPointProxyInfo anInfo)
factory
in interface EndPointProxyFactory
anInfo
- EndPoint meta-data.
public void releaseProxy(Object aProxy)
releaseProxy
in interface EndPointProxyFactory
aProxy
- EndPoint proxy.
IllegalArgumentException
- Indicates that the provided instance
is not a proxy.public void setMsgProducerOut(MsgOutInterceptor aMsgOut)
MsgProducer
setMsgProducerOut
in interface MsgProducer
setMsgProducerOut
in class BaseEndPoint
public void start()
EndPointProxyFactory
start
in interface EndPointProxyFactory
public void stop()
EndPointProxyFactory
stop
in interface EndPointProxyFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |