|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.cluster.MethodHandlerRegistry
public class MethodHandlerRegistry
Constructor Summary | |
---|---|
MethodHandlerRegistry()
|
Method Summary | ||
---|---|---|
|
addHandler(B type,
org.apache.qpid.server.state.StateAwareMethodListener<A> handler)
|
|
|
getHandler(B frame)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodHandlerRegistry()
Method Detail |
---|
public <A extends org.apache.qpid.framing.AMQMethodBody,B extends java.lang.Class<A>> MethodHandlerRegistry addHandler(B type, org.apache.qpid.server.state.StateAwareMethodListener<A> handler)
public <B extends org.apache.qpid.framing.AMQMethodBody> org.apache.qpid.server.state.StateAwareMethodListener<B> getHandler(B frame)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |