|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.snmp4j.agent.mo.snmp.tc.DateAndTimeTC
public class DateAndTimeTC
| Constructor Summary | |
|---|---|
DateAndTimeTC()
|
|
| Method Summary | |
|---|---|
MOColumn |
createColumn(int columnID,
int syntax,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService)
Creates a MOColumn instance of this TC specified by the column ID, access, default value, and mutable flag. |
MOScalar |
createScalar(org.snmp4j.smi.OID oid,
MOAccess access,
org.snmp4j.smi.Variable value)
Creates a MOScalar instance of this TC specified by OID, access, and value. |
java.lang.String |
getModuleName()
Returns the MIB module name that defined this textual convention. |
java.lang.String |
getName()
Returns the name of the textual convention as defined in the MIB module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateAndTimeTC()
| Method Detail |
|---|
public MOColumn createColumn(int columnID,
int syntax,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService)
TextualConvention
createColumn in interface TextualConventioncolumnID - the column id as defined in the MIB module (typically starting at one).access - the access definition.defaultValue - the default value or null if there is no DEFVAL clause for
this column.mutableInService - true if this column may be modified while row is in
service.
public MOScalar createScalar(org.snmp4j.smi.OID oid,
MOAccess access,
org.snmp4j.smi.Variable value)
TextualConvention
createScalar in interface TextualConventionoid - the OID of the scalar isntance.access - the access definition.value - the Variable instance containing the value of the
scalar.
public java.lang.String getModuleName()
TextualConvention
getModuleName in interface TextualConventionpublic java.lang.String getName()
TextualConvention
getName in interface TextualConvention
|
Copyright 2005-2008 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||