|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory of EndPoint proxies.
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 |
start()
Starts. |
void |
stop()
Stops. |
Methods inherited from interface org.apache.geronimo.messaging.EndPoint |
getID |
Methods inherited from interface org.apache.geronimo.messaging.MsgProducer |
setMsgProducerOut |
Methods inherited from interface org.apache.geronimo.messaging.MsgConsumer |
getMsgConsumerOut |
Method Detail |
public void start()
public void stop()
public Object factory(EndPointProxyInfo anInfo)
anInfo
- EndPoint meta-data.
public void releaseProxy(Object aProxy)
aProxy
- EndPoint proxy.
IllegalArgumentException
- Indicates that the provided instance
is not a proxy.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |