Modifier and Type | Field and Description |
---|---|
static InVMRegistry |
instance |
Constructor and Description |
---|
InVMRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
InVMAcceptor |
getAcceptor(int id) |
void |
registerAcceptor(int id,
InVMAcceptor acceptor) |
int |
size() |
void |
unregisterAcceptor(int id) |
public static final InVMRegistry instance
public void registerAcceptor(int id, InVMAcceptor acceptor)
public void unregisterAcceptor(int id)
public InVMAcceptor getAcceptor(int id)
public void clear()
public int size()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.