|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpEngineParameters | |
com.sun.jdmk.comm | |
com.sun.jdmk.snmp | Provides the core classes which implement common SNMP services. |
com.sun.jdmk.snmp.agent | Provides the classes for creating an SNMP agent. |
javax.management.snmp | Provides the core classes which implement common SNMP data types and services. |
javax.management.snmp.manager | Provides the classes for creating an SNMP manager. |
Uses of SnmpEngineParameters in com.sun.jdmk.comm |
Constructors in com.sun.jdmk.comm with parameters of type SnmpEngineParameters | |
SnmpV3AdaptorServer(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
InetAddressAcl ipacl,
int port,
InetAddress addr)
Deprecated. Initializes this SNMP protocol adaptor with a specified factory, engine parameters, an ACL implementation, a port, and the specified InetAddress . |
|
SnmpV3AdaptorServer(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
boolean useAcl,
int port,
InetAddress addr)
Deprecated. Initializes this SNMP protocol adaptor with a specified factory, engine parameters, port and the specified InetAddress . |
Uses of SnmpEngineParameters in com.sun.jdmk.snmp |
Methods in com.sun.jdmk.snmp with parameters of type SnmpEngineParameters | |
SnmpEngine |
JdmkEngineFactory.createEngine(SnmpEngineParameters p)
Deprecated. The engine instantiation method. |
SnmpEngine |
JdmkEngineFactory.createEngine(SnmpEngineParameters p,
InetAddressAcl ipacl)
Deprecated. The engine instantiation method. |
Constructors in com.sun.jdmk.snmp with parameters of type SnmpEngineParameters | |
SnmpEventReportDispatcher(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
int portNumber,
TaskServer packetTaskServer,
TaskServer callbackTaskServer)
Deprecated. Initializes an SnmpEventReportDispatcher which listens
on the specified port. |
|
SnmpEventReportDispatcher(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
int portNumber,
InetAddress address,
TaskServer packetTaskServer,
TaskServer callbackTaskServer)
Deprecated. Initializes an SnmpEventReportDispatcher which listens
on the specified port. |
Uses of SnmpEngineParameters in com.sun.jdmk.snmp.agent |
Constructors in com.sun.jdmk.snmp.agent with parameters of type SnmpEngineParameters | |
SnmpTrapReceiver(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
int port,
InetAddress address)
Deprecated. Instantiate a SnmpTrapForwarder that will forward
received traps according to its configuration. |
Uses of SnmpEngineParameters in javax.management.snmp |
Methods in javax.management.snmp with parameters of type SnmpEngineParameters | |
SnmpEngine |
SnmpEngineFactory.createEngine(SnmpEngineParameters p)
Deprecated. The engine instantiation method. |
SnmpEngine |
SnmpEngineFactory.createEngine(SnmpEngineParameters p,
InetAddressAcl ipacl)
Deprecated. The engine instantiation method. |
Uses of SnmpEngineParameters in javax.management.snmp.manager |
Constructors in javax.management.snmp.manager with parameters of type SnmpEngineParameters | |
SnmpEventReportDispatcher(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
int portNumber)
Deprecated. Initializes an SnmpEventReportDispatcher which listens
on the specified port. |
|
SnmpEventReportDispatcher(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
int portNumber,
InetAddress address)
Deprecated. Initializes an SnmpEventReportDispatcher which listens
on the specified port. |
|
SnmpSession(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
String name,
SnmpPeer apeer)
Deprecated. Constructor for creating a new session. |
|
SnmpSession(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
String name,
SnmpPeer apeer,
InetSocketAddress localaddress)
Deprecated. Constructor for creating a new session. |
|
SnmpSession(SnmpEngineParameters parameters,
SnmpEngineFactory factory,
String name,
SnmpPeer apeer,
InetAddress localaddress,
int port)
Deprecated. Constructor for creating a new session. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |