|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgoldengate.ftp.exec.snmp.FtpPrivateMib
public class FtpPrivateMib

FTP Private MIB implementation
| Nested Class Summary | |
|---|---|
static class |
FtpPrivateMib.goldenGateDefinitionIndex
Definition part |
static class |
FtpPrivateMib.goldenGateDetailedValuesIndex
Detailed part |
static class |
FtpPrivateMib.goldenGateErrorValuesIndex
Error part |
static class |
FtpPrivateMib.goldenGateGlobalValuesIndex
Global part |
static class |
FtpPrivateMib.MibLevel
MIB entry levels |
static class |
FtpPrivateMib.NotificationElements
Notification Elements |
static class |
FtpPrivateMib.NotificationTasks
Notification for a task trap |
static class |
FtpPrivateMib.OperStatus
Oper Status (as defined in Net Application SNMP) |
| Nested classes/interfaces inherited from interface goldengate.snmp.interf.GgInterfaceMib |
|---|
goldengate.snmp.interf.GgInterfaceMib.TrapLevel |
| Field Summary | |
|---|---|
goldengate.snmp.GgSnmpAgent |
agent
Corresponding agent |
org.snmp4j.smi.OID |
applicationProtocol
will be = new OID(applicationProtocolBase+port); |
String |
applicationProtocolBase
need to add ".port" like "6666" Only in TCP (no UDP supported for GoldenGate) example: rootEnterpriseMib+"66666"+".1.1.4 |
org.snmp4j.smi.OID |
ggObjectId
SnmpConstants.sysObjectID |
static goldengate.snmp.utils.GgEntry[] |
goldenGateDefinition
Definition part |
static goldengate.snmp.utils.GgEntry[] |
goldenGateDetailedValues
Detailed part |
static goldengate.snmp.utils.GgEntry[] |
goldenGateErrorValues
Error part |
static goldengate.snmp.utils.GgEntry[] |
goldenGateGlobalValues
Global part |
org.snmp4j.smi.OID |
rootOIDGoldenGate
root OID |
org.snmp4j.smi.OID |
rootOIDGoldenGateDetailed
Detailed dynamic part |
org.snmp4j.smi.OID |
rootOIDGoldenGateError
Error dynamic part |
org.snmp4j.smi.OID |
rootOIDGoldenGateGlobal
Global dynamic part |
org.snmp4j.smi.OID |
rootOIDGoldenGateGlobalUptime
Uptime OID |
org.snmp4j.smi.OID |
rootOIDGoldenGateInfo
Info static part |
org.snmp4j.smi.OID |
rootOIDGoldenGateNotif
Used in Notify |
org.snmp4j.smi.OID |
rootOIDGoldenGateNotifStartOrShutdown
Used in Notify Start or Shutdown |
goldengate.snmp.utils.GgMORow |
rowDetailed
Detailed Row access |
goldengate.snmp.utils.GgMORow |
rowError
Error Row access |
goldengate.snmp.utils.GgMORow |
rowGlobal
Global Row access |
goldengate.snmp.utils.GgMORow |
rowInfo
Info Row access |
goldengate.snmp.utils.GgMOScalar |
scalarUptime
Corresponding UpTime in Mib |
static String |
SnmpDefaultAuthor
|
static String |
SnmpDefaultLocalization
|
static int |
SnmpFtpId
|
static String |
SnmpName
|
static int |
SnmpPrivateId
|
static int |
SnmpService
|
org.snmp4j.agent.mo.snmp.SNMPv2MIB |
snmpv2
New SNMPV2 MIB |
static String |
SnmpVersion
|
String |
srootOIDGoldenGate
root OID in String |
org.snmp4j.agent.mo.snmp.SysUpTime |
upTime
SnmpConstants.sysUpTime |
| Fields inherited from interface goldengate.snmp.interf.GgInterfaceMib |
|---|
rootEnterpriseMib |
| Constructor Summary | |
|---|---|
FtpPrivateMib(int port)
|
|
| Method Summary | |
|---|---|
protected void |
agentRegisterGoldenGateMib()
Register this MIB |
protected void |
agentRegisterSystem()
Unregister and Register again the SNMPv2MIB with System adapted to this Mib |
protected void |
agentUnregisterMibs()
Unregister this MIB |
void |
changeStatus(FtpPrivateMib.OperStatus status)
Change the status and the LastChange Timeticks |
org.snmp4j.smi.OID |
getBaseOidStartOrShutdown()
|
org.snmp4j.agent.mo.snmp.SNMPv2MIB |
getSNMPv2MIB()
|
void |
notifyError(String message,
String message2)
Send a notification (trap or inform) for Error event |
void |
notifyInfoTask(String message,
DbTransferLog runner)
Send a notification (trap or inform) for Warning/Error event on a single Transfer Task |
void |
notifyOverloaded(String message,
String message2)
Send a notification (trap or inform) for Server Overloaded event |
void |
notifyStartStop(String message,
String message2)
Send a notification (trap or inform) for Shutdown event |
void |
notifyWarning(String message,
String message2)
Send a notification (trap or inform) for Warning event |
void |
registerMOs(org.snmp4j.agent.MOServer arg0,
org.snmp4j.smi.OctetString arg1)
|
void |
setAgent(goldengate.snmp.GgSnmpAgent agent)
|
void |
unregisterMOs(org.snmp4j.agent.MOServer arg0,
org.snmp4j.smi.OctetString arg1)
|
void |
updateServices(goldengate.snmp.utils.GgMOScalar scalar)
|
void |
updateServices(org.snmp4j.agent.MOScope range)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SnmpName
public static final int SnmpPrivateId
public static final int SnmpFtpId
public static final String SnmpDefaultAuthor
public static final String SnmpVersion
public static final String SnmpDefaultLocalization
public static final int SnmpService
public org.snmp4j.smi.OID ggObjectId
public org.snmp4j.agent.mo.snmp.SysUpTime upTime
public String applicationProtocolBase
public org.snmp4j.smi.OID applicationProtocol
public String srootOIDGoldenGate
public org.snmp4j.smi.OID rootOIDGoldenGate
public org.snmp4j.smi.OID rootOIDGoldenGateNotif
public org.snmp4j.smi.OID rootOIDGoldenGateNotifStartOrShutdown
public org.snmp4j.smi.OID rootOIDGoldenGateInfo
public goldengate.snmp.utils.GgMORow rowInfo
public org.snmp4j.smi.OID rootOIDGoldenGateGlobal
public goldengate.snmp.utils.GgMORow rowGlobal
public org.snmp4j.smi.OID rootOIDGoldenGateGlobalUptime
public goldengate.snmp.utils.GgMOScalar scalarUptime
public org.snmp4j.smi.OID rootOIDGoldenGateDetailed
public goldengate.snmp.utils.GgMORow rowDetailed
public org.snmp4j.smi.OID rootOIDGoldenGateError
public goldengate.snmp.utils.GgMORow rowError
public org.snmp4j.agent.mo.snmp.SNMPv2MIB snmpv2
public goldengate.snmp.GgSnmpAgent agent
public static goldengate.snmp.utils.GgEntry[] goldenGateDefinition
public static goldengate.snmp.utils.GgEntry[] goldenGateGlobalValues
public static goldengate.snmp.utils.GgEntry[] goldenGateDetailedValues
public static goldengate.snmp.utils.GgEntry[] goldenGateErrorValues
| Constructor Detail |
|---|
public FtpPrivateMib(int port)
port - port used by FTP server| Method Detail |
|---|
protected void agentRegisterSystem()
throws org.snmp4j.agent.DuplicateRegistrationException
org.snmp4j.agent.DuplicateRegistrationException
protected void agentRegisterGoldenGateMib()
throws org.snmp4j.agent.DuplicateRegistrationException
org.snmp4j.agent.DuplicateRegistrationExceptionprotected void agentUnregisterMibs()
public void registerMOs(org.snmp4j.agent.MOServer arg0,
org.snmp4j.smi.OctetString arg1)
throws org.snmp4j.agent.DuplicateRegistrationException
registerMOs in interface org.snmp4j.agent.MOGrouporg.snmp4j.agent.DuplicateRegistrationException
public void unregisterMOs(org.snmp4j.agent.MOServer arg0,
org.snmp4j.smi.OctetString arg1)
unregisterMOs in interface org.snmp4j.agent.MOGrouppublic void setAgent(goldengate.snmp.GgSnmpAgent agent)
setAgent in interface goldengate.snmp.interf.GgInterfaceMibpublic org.snmp4j.smi.OID getBaseOidStartOrShutdown()
getBaseOidStartOrShutdown in interface goldengate.snmp.interf.GgInterfaceMibpublic org.snmp4j.agent.mo.snmp.SNMPv2MIB getSNMPv2MIB()
getSNMPv2MIB in interface goldengate.snmp.interf.GgInterfaceMibpublic void updateServices(goldengate.snmp.utils.GgMOScalar scalar)
updateServices in interface goldengate.snmp.interf.GgInterfaceMibpublic void updateServices(org.snmp4j.agent.MOScope range)
updateServices in interface goldengate.snmp.interf.GgInterfaceMibpublic void changeStatus(FtpPrivateMib.OperStatus status)
status -
public void notifyStartStop(String message,
String message2)
message - message2 -
public void notifyError(String message,
String message2)
message - message2 -
public void notifyOverloaded(String message,
String message2)
message - message2 -
public void notifyWarning(String message,
String message2)
message - message2 -
public void notifyInfoTask(String message,
DbTransferLog runner)
message - runner -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||