Uses of Interface
javax.management.snmp.SnmpEngine

Packages that use SnmpEngine
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
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
com.sun.jdmk.snmp.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
com.sun.jdmk.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
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
javax.management.snmp.manager.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
 

Uses of SnmpEngine in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that return SnmpEngine
 SnmpEngine SnmpV3AdaptorServer.getEngine()
          Deprecated. Returns the associated SnmpEngine value.
 

Methods in com.sun.jdmk.comm with parameters of type SnmpEngine
protected  ObjectName SnmpV3AdaptorServer.createUsmMibObjectName(SnmpEngine engine)
          Deprecated. This method is called by the adaptor.
 

Uses of SnmpEngine in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that return SnmpEngine
 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 SnmpEngine
SnmpEventReportDispatcher(SnmpEngine engine, int portNumber, TaskServer packetTaskServer, TaskServer callbackTaskServer)
          Deprecated. Initializes an SnmpEventReportDispatcher which listens on the specified port.
SnmpEventReportDispatcher(SnmpEngine engine, int portNumber, InetAddress address, TaskServer packetTaskServer, TaskServer callbackTaskServer)
          Deprecated. Initializes an SnmpEventReportDispatcher which listens on the specified port.
 

Uses of SnmpEngine in com.sun.jdmk.snmp.agent
 

Methods in com.sun.jdmk.snmp.agent that return SnmpEngine
 SnmpEngine SnmpProxy.getEngine()
          Deprecated. Returns the SNMP engine the proxy is based on.
 SnmpEngine SnmpMibRequest.getEngine()
          Deprecated. Returns the local engine.
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpEngine
static SnmpMibRequest SnmpMibAgent.newMibRequest(SnmpEngine engine, SnmpPdu reqPdu, Vector vblist, int version, Object userData, String principal, int securityLevel, int securityModel, byte[] contextName, byte[] accessContextName)
          Deprecated. This is a factory method for creating new SnmpMibRequest objects.
 

Constructors in com.sun.jdmk.snmp.agent with parameters of type SnmpEngine
SnmpV3Proxy(SnmpEngine engine, SnmpPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpUsmProxy(SnmpEngine engine, SnmpUsmPeer peer, String rootOid)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpUsmProxy(SnmpEngine engine, SnmpUsmPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpProxy(SnmpEngine engine, SnmpPeer peer, String rootOid)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpProxy(SnmpEngine engine, SnmpPeer peer, String rootOid, String name)
          Deprecated. Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded.
SnmpTrapReceiver(SnmpEngine engine, int port, InetAddress address)
          Deprecated. Instantiate a SnmpTrapForwarder that will forward received traps according to its configuration.
 

Uses of SnmpEngine in com.sun.jdmk.snmp.mpm
 

Constructors in com.sun.jdmk.snmp.mpm with parameters of type SnmpEngine
SnmpMsgTranslatorCs2Ctxt(SnmpEngine engine)
          Deprecated.  
SnmpMsgTranslatorV1V2(SnmpEngine engine)
          Deprecated.  
 

Uses of SnmpEngine in com.sun.jdmk.snmp.usm
 

Constructors in com.sun.jdmk.snmp.usm with parameters of type SnmpEngine
SnmpUsmDesAlgorithm(SnmpEngine engine)
          Constructor.
SnmpUsmDesAlgorithm(SnmpEngine engine, String properties_encrypt, String properties_decrypt)
          Constructor.
SnmpUsmPasswordLcd(SnmpEngine engine, SnmpSubSystem subsys, SnmpLcd snmplcd, String file)
          Constructor.
 

Uses of SnmpEngine in com.sun.jdmk.snmp.usm.usmmib
 

Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpEngine
protected  UsmUserEntryImpl TableUsmUserTableImpl.createUsmUserEntry(SnmpEngine engine, SnmpMib mib, SnmpUsmLcd lcd, SnmpUsmSecureUser user, SnmpMibTable tableMeta)
          Deprecated. Overload this method in order to instantiate your own UsmUserEntry.
 

Constructors in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpEngine
UsmUserImpl(SnmpMib myMib, SnmpUsmLcd lcd, SnmpEngine engine)
          Deprecated. We override the constructor in order to enable the remote creation of rows in the DemoTable.
UsmUserImpl(SnmpMib myMib, MBeanServer server, SnmpUsmLcd lcd, SnmpEngine engine)
          Deprecated. We override the constructor in order to instantiate our own implementation of the UsmUserTable.
SNMP_USER_BASED_SM_MIBImpl(SnmpEngine engine, SnmpUsmLcd lcd, SnmpUsm model)
          Deprecated. Constructor.
UsmUserEntryImpl(SnmpEngine engine, SnmpMib mib, SnmpUsmLcd lcd, SnmpUsmSecureUser user, TableUsmUserTableImpl table)
          Deprecated.  
TableUsmUserTableImpl(SnmpEngine engine, SnmpMib myMib, SnmpUsmLcd lcd)
          Deprecated. Constructor.
TableUsmUserTableImpl(SnmpEngine engine, SnmpMib myMib, MBeanServer server, SnmpUsmLcd lcd)
          Deprecated. Constructor for the table.
 

Uses of SnmpEngine in javax.management.snmp
 

Methods in javax.management.snmp that return SnmpEngine
 SnmpEngine SnmpEngineFactory.createEngine(SnmpEngineParameters p)
          Deprecated. The engine instantiation method.
 SnmpEngine SnmpEngineFactory.createEngine(SnmpEngineParameters p, InetAddressAcl ipacl)
          Deprecated. The engine instantiation method.
 

Uses of SnmpEngine in javax.management.snmp.manager
 

Methods in javax.management.snmp.manager that return SnmpEngine
 SnmpEngine SnmpEventReportDispatcher.getEngine()
          Deprecated. Engine the SnmpEventReportDispatcher is linked with.
 SnmpEngine SnmpSession.getEngine()
          Deprecated. Engine the SnmpSession is linked with.
 

Constructors in javax.management.snmp.manager with parameters of type SnmpEngine
SnmpEventReportDispatcher(SnmpEngine engine, int portNumber)
          Deprecated. Initializes an SnmpEventReportDispatcher which listens on the specified port.
SnmpEventReportDispatcher(SnmpEngine engine, int portNumber, InetAddress address)
          Deprecated. Initializes an SnmpEventReportDispatcher which listens on the specified port.
SnmpSession(SnmpEngine engine, String name, SnmpPeer apeer)
          Deprecated. Constructor for creating a new session.
 

Uses of SnmpEngine in javax.management.snmp.manager.usm
 

Constructors in javax.management.snmp.manager.usm with parameters of type SnmpEngine
SnmpUsmPeer(SnmpEngine engine, String host)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, InetAddress netaddr)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, String host, int port)
          Deprecated. Creates an SNMP peer object for a device with the specified port.
SnmpUsmPeer(SnmpEngine engine, String host, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, InetAddress netaddr, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device.
SnmpUsmPeer(SnmpEngine engine, String host, int port, SnmpEngineId id)
          Deprecated. Creates an SNMP peer object for a device with the specified port.
SnmpUsmParameters(SnmpEngine engine, String principal)
          Deprecated. Package constructor.
SnmpUsmParameters(SnmpEngine engine)
          Deprecated. Package constructor.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.