public interface OperationMBean
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getClazz()
Gets the value of the clazz property.
|
java.math.BigInteger |
getCode()
Gets the value of the code property.
|
java.math.BigInteger |
getInvocationTimer()
Gets the value of the invocationTimer property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setClazz(java.math.BigInteger value)
Sets the value of the clazz property.
|
void |
setCode(java.math.BigInteger value)
Sets the value of the code property.
|
void |
setInvocationTimer(java.math.BigInteger value)
Sets the value of the invocationTimer property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getCode()
void setCode(java.math.BigInteger value)
java.lang.String getType()
void setType(java.lang.String value)
java.math.BigInteger getClazz()
void setClazz(java.math.BigInteger value)
java.math.BigInteger getInvocationTimer()
void setInvocationTimer(java.math.BigInteger value)