|
XNIO version 1.2.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xnio.XnioConfiguration
public abstract class XnioConfiguration
An abstract configuration for an XNIO provider. This class provides configuration items that are always common to all providers.
Constructor Summary | |
---|---|
protected |
XnioConfiguration()
Construct an uninitialized instance. |
Method Summary | |
---|---|
List<MBeanServer> |
getMBeanServers()
Get the MBeanServer s that the provider should register with. |
String |
getName()
Get the common name of the XNIO provider instance. |
void |
setMBeanServers(List<MBeanServer> mBeanServers)
Set the MBeanServer s that the provider should register with. |
void |
setName(String name)
Set the common name of the XNIO provider instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XnioConfiguration()
Method Detail |
---|
public List<MBeanServer> getMBeanServers()
MBeanServer
s that the provider should register with. A null
value indicates that
the provider should attempt autodetection, based on the value of the xnio.agentid
system property.
null
to indicate autodetectionpublic void setMBeanServers(List<MBeanServer> mBeanServers)
MBeanServer
s that the provider should register with. A null
value indicates that
the provider should attempt autodetection, based on the value of the xnio.agentid
system property.
mBeanServers
- the list of MBean servers, or null
to indicate autodetectionpublic String getName()
public void setName(String name)
name
- the name
|
XNIO version 1.2.0.GA | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |