|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snmpadaptor4j.example.mbean.Example
public final class Example
Example standard MBean implementation.
| Constructor Summary | |
|---|---|
Example()
Constructor. |
|
| Method Summary | |
|---|---|
byte |
getInteger32AsByte()
Returns the value for integer32 as byte. |
int |
getInteger32AsInteger()
Returns the value for integer32 as integer. |
short |
getInteger32AsShort()
Returns the value for integer32 as short. |
byte |
getUnsigned32AsByte()
Returns the value for unsigned32 as byte. |
int |
getUnsigned32AsInteger()
Returns the value for unsigned32 as integer. |
long |
getUnsigned32AsLong()
Returns the value for unsigned32 as long. |
short |
getUnsigned32AsShort()
Returns the value for unsigned32 as short. |
void |
setInteger32AsByte(byte value)
Sets the value for integer32 as byte. |
void |
setInteger32AsInteger(int value)
Sets the value for integer32 as integer. |
void |
setInteger32AsShort(short value)
Sets the value for integer32 as short. |
void |
setUnsigned32AsByte(byte value)
Sets the value for unsigned32 as byte. |
void |
setUnsigned32AsInteger(int value)
Sets the value for unsigned32 as integer. |
void |
setUnsigned32AsLong(long value)
Sets the value for unsigned32 as long. |
void |
setUnsigned32AsShort(short value)
Sets the value for unsigned32 as short. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Example()
| Method Detail |
|---|
public int getInteger32AsInteger()
ExampleMBeaninteger32 as integer.
getInteger32AsInteger in interface ExampleMBeanpublic void setInteger32AsInteger(int value)
ExampleMBeaninteger32 as integer.
setInteger32AsInteger in interface ExampleMBeanvalue - Value as integer.public byte getInteger32AsByte()
ExampleMBeaninteger32 as byte.
getInteger32AsByte in interface ExampleMBeanpublic void setInteger32AsByte(byte value)
ExampleMBeaninteger32 as byte.
setInteger32AsByte in interface ExampleMBeanvalue - Value as byte.public short getInteger32AsShort()
ExampleMBeaninteger32 as short.
getInteger32AsShort in interface ExampleMBeanpublic void setInteger32AsShort(short value)
ExampleMBeaninteger32 as short.
setInteger32AsShort in interface ExampleMBeanvalue - Value as short.public long getUnsigned32AsLong()
ExampleMBeanunsigned32 as long.
getUnsigned32AsLong in interface ExampleMBeanpublic void setUnsigned32AsLong(long value)
ExampleMBeanunsigned32 as long.
setUnsigned32AsLong in interface ExampleMBeanvalue - Value as long.public int getUnsigned32AsInteger()
ExampleMBeanunsigned32 as integer.
getUnsigned32AsInteger in interface ExampleMBeanpublic void setUnsigned32AsInteger(int value)
ExampleMBeanunsigned32 as integer.
setUnsigned32AsInteger in interface ExampleMBeanvalue - Value as integer.public byte getUnsigned32AsByte()
ExampleMBeanunsigned32 as byte.
getUnsigned32AsByte in interface ExampleMBeanpublic void setUnsigned32AsByte(byte value)
ExampleMBeanunsigned32 as byte.
setUnsigned32AsByte in interface ExampleMBeanvalue - Value as byte.public short getUnsigned32AsShort()
ExampleMBeanunsigned32 as short.
getUnsigned32AsShort in interface ExampleMBeanpublic void setUnsigned32AsShort(short value)
ExampleMBeanunsigned32 as short.
setUnsigned32AsShort in interface ExampleMBeanvalue - Value as short.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||