Uses of Enum Class
org.snmp4j.transport.TransportAuditEvent.TransportOperation
Packages that use TransportAuditEvent.TransportOperation
-
Uses of TransportAuditEvent.TransportOperation in org.snmp4j.transport
Subclasses with type arguments of type TransportAuditEvent.TransportOperation in org.snmp4j.transportModifier and TypeClassDescriptionstatic enumTheTransportOperationenumerates the transport operations that can be audited.Methods in org.snmp4j.transport that return TransportAuditEvent.TransportOperationModifier and TypeMethodDescriptionTransportAuditEvent.getOperation()Gets the audited transport operation.Returns the enum constant of this class with the specified name.TransportAuditEvent.TransportOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.snmp4j.transport with parameters of type TransportAuditEvent.TransportOperationModifierConstructorDescriptionTransportAuditEvent(Object source, TransportAuditEvent.TransportOperation operation, Address peerAddress, Address localAddress, byte[] message) Creates aTransportAuditEvent.