|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.jmx.adaptor.snmp.config.manager.Manager
Class Manager.
Constructor Summary | |
Manager()
|
Method Summary | |
String |
getAddress()
Method getAddressReturns the value of field 'address'. |
String |
getLocalAddress()
Method getLocalAddressReturns the value of field 'localAddress'. |
int |
getLocalPort()
Method getLocalPortReturns the value of field 'localPort'. |
int |
getPort()
Method getPortReturns the value of field 'port'. |
int |
getVersion()
Method getVersionReturns the value of field 'version'. |
boolean |
hasLocalPort()
Method hasLocalPort |
boolean |
hasPort()
Method hasPort |
boolean |
hasVersion()
Method hasVersion |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setAddress(String address)
Method setAddressSets the value of field 'address'. |
void |
setLocalAddress(String localAddress)
Method setLocalAddressSets the value of field 'localAddress'. |
void |
setLocalPort(int localPort)
Method setLocalPortSets the value of field 'localPort'. |
void |
setPort(int port)
Method setPortSets the value of field 'port'. |
void |
setVersion(int version)
Method setVersionSets the value of field 'version'. |
static Manager |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Manager()
Method Detail |
public String getAddress()
public String getLocalAddress()
public int getLocalPort()
public int getPort()
public int getVersion()
public boolean hasLocalPort()
public boolean hasPort()
public boolean hasVersion()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAddress(String address)
address
- the value of field 'address'.public void setLocalAddress(String localAddress)
localAddress
- the value of field 'localAddress'.public void setLocalPort(int localPort)
localPort
- the value of field 'localPort'.public void setPort(int port)
port
- the value of field 'port'.public void setVersion(int version)
version
- the value of field 'version'.public static Manager unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |