|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jdmk.snmp.JdmkEngineFactory
com.sun.management.snmp
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
This SnmpEngineFactory
instantiates an SnmpEngine
containing :
IpAcl
and UserAcl
.
Constructor Summary | |
JdmkEngineFactory()
Deprecated. |
Method Summary | |
SnmpEngine |
createEngine(SnmpEngineParameters p)
Deprecated. The engine instantiation method. |
SnmpEngine |
createEngine(SnmpEngineParameters p,
InetAddressAcl ipacl)
Deprecated. The engine instantiation method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdmkEngineFactory()
Method Detail |
public SnmpEngine createEngine(SnmpEngineParameters p)
createEngine
in interface SnmpEngineFactory
p
- The parameters used to instantiate a new engine.
IllegalArgumentException
- Thrown if one of the configuration
file file doesn't exist (User Acl file, security file).public SnmpEngine createEngine(SnmpEngineParameters p, InetAddressAcl ipacl)
SnmpV3AdaptorServer
.
createEngine
in interface SnmpEngineFactory
p
- The parameters used to instantiate a new engine.ipacl
- The Ip ACL to pass to the Access Control Model.
IllegalArgumentException
- Thrown if one of the configuration
file file doesn't exist (User Acl file, security file).
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |