|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.core.remoting.impl.invm.InVMRegistry
public class InVMRegistry
A InVMRegistry
Field Summary | |
---|---|
static InVMRegistry |
instance
|
Constructor Summary | |
---|---|
InVMRegistry()
|
Method Summary | |
---|---|
void |
clear()
|
InVMAcceptor |
getAcceptor(int id)
|
void |
registerAcceptor(int id,
InVMAcceptor acceptor)
|
int |
size()
|
void |
unregisterAcceptor(int id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final InVMRegistry instance
Constructor Detail |
---|
public InVMRegistry()
Method Detail |
---|
public void registerAcceptor(int id, InVMAcceptor acceptor)
public void unregisterAcceptor(int id)
public InVMAcceptor getAcceptor(int id)
public void clear()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |