| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SnmpEngine | |
|---|---|
| com.sun.management.comm | Provides the classes implementing the SNMP adaptor servers. | 
| com.sun.management.snmp | Provides the core classes for implementing common SNMP data types and services. | 
| com.sun.management.snmp.agent | Provides the classes for implementing an SNMP agent. | 
| com.sun.management.snmp.manager | Provides the classes for implementing an SNMP manager and for sending SNMP requests. | 
| com.sun.management.snmp.manager.usm | Provides the classes for sending SNMPv3 requests, using the User-based Security Model. | 
| com.sun.management.snmp.mpm | Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. | 
| com.sun.management.snmp.usm | Provides the classes for implementing the SNMP User-based Security Model for SNMPv3. | 
| com.sun.management.snmp.usm.usmmib | Provides the classes which implement the SNMP-USER-BASED-SM-MIB. | 
| Uses of SnmpEngine in com.sun.management.comm | 
|---|
| Methods in com.sun.management.comm that return SnmpEngine | |
|---|---|
|  SnmpEngine | SnmpV3AdaptorServer.getEngine()Returns the associated SnmpEnginevalue. | 
| Methods in com.sun.management.comm with parameters of type SnmpEngine | |
|---|---|
| protected  ObjectName | SnmpV3AdaptorServer.createUsmMibObjectName(SnmpEngine engine)This method is called by the adaptor. | 
| Uses of SnmpEngine in com.sun.management.snmp | 
|---|
| Methods in com.sun.management.snmp that return SnmpEngine | |
|---|---|
|  SnmpEngine | JdmkEngineFactory.createEngine(SnmpEngineParameters p)The engine instantiation method. | 
|  SnmpEngine | SnmpEngineFactory.createEngine(SnmpEngineParameters p)The engine instantiation method. | 
|  SnmpEngine | JdmkEngineFactory.createEngine(SnmpEngineParameters p,
             InetAddressAcl ipacl)The engine instantiation method. | 
|  SnmpEngine | SnmpEngineFactory.createEngine(SnmpEngineParameters p,
             InetAddressAcl ipacl)The engine instantiation method. | 
| Constructors in com.sun.management.snmp with parameters of type SnmpEngine | |
|---|---|
| SnmpEventReportDispatcher(SnmpEngine engine,
                          int portNumber,
                          InetAddress address,
                          TaskServer packetTaskServer,
                          TaskServer callbackTaskServer)Initializes an SnmpEventReportDispatcherwhich listens 
 on the specified port. | |
| SnmpEventReportDispatcher(SnmpEngine engine,
                          int portNumber,
                          TaskServer packetTaskServer,
                          TaskServer callbackTaskServer)Initializes an SnmpEventReportDispatcherwhich listens 
 on the specified port. | |
| Uses of SnmpEngine in com.sun.management.snmp.agent | 
|---|
| Methods in com.sun.management.snmp.agent that return SnmpEngine | |
|---|---|
|  SnmpEngine | SnmpProxy.getEngine()Returns the SNMP engine the proxy is based on. | 
|  SnmpEngine | SnmpMibRequest.getEngine()Returns the local engine. | 
| Methods in com.sun.management.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)This is a factory method for creating new SnmpMibRequest objects. | 
| Constructors in com.sun.management.snmp.agent with parameters of type SnmpEngine | |
|---|---|
| SnmpProxy(SnmpEngine engine,
          SnmpPeer peer,
          String rootOid)Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded. | |
| SnmpProxy(SnmpEngine engine,
          SnmpPeer peer,
          String rootOid,
          String name)Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded. | |
| SnmpTrapReceiver(SnmpEngine engine,
                 int port,
                 InetAddress address)Instantiate a  SnmpTrapForwarderthat will forward 
 received traps according to its configuration. | |
| SnmpUsmProxy(SnmpEngine engine,
             SnmpUsmPeer peer,
             String rootOid)Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded. | |
| SnmpUsmProxy(SnmpEngine engine,
             SnmpUsmPeer peer,
             String rootOid,
             String name)Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded. | |
| SnmpV3Proxy(SnmpEngine engine,
            SnmpPeer peer,
            String rootOid,
            String name)Initializes this SNMP proxy with a SnmpPeer to which calls are forwarded. | |
| Uses of SnmpEngine in com.sun.management.snmp.manager | 
|---|
| Methods in com.sun.management.snmp.manager that return SnmpEngine | |
|---|---|
|  SnmpEngine | SnmpEventReportDispatcher.getEngine()Engine the  SnmpEventReportDispatcher is linked with. | 
|  SnmpEngine | SnmpSession.getEngine()Engine the SnmpSessionis linked with. | 
| Constructors in com.sun.management.snmp.manager with parameters of type SnmpEngine | |
|---|---|
| SnmpEventReportDispatcher(SnmpEngine engine,
                          int portNumber)Initializes an SnmpEventReportDispatcherwhich listens 
 on the specified port. | |
| SnmpEventReportDispatcher(SnmpEngine engine,
                          int portNumber,
                          InetAddress address)Initializes an SnmpEventReportDispatcherwhich listens 
 on the specified port. | |
| SnmpSession(SnmpEngine engine,
            String name,
            SnmpPeer apeer)Constructor for creating a new session. | |
| Uses of SnmpEngine in com.sun.management.snmp.manager.usm | 
|---|
| Constructors in com.sun.management.snmp.manager.usm with parameters of type SnmpEngine | |
|---|---|
| SnmpUsmParameters(SnmpEngine engine)Package constructor. | |
| SnmpUsmParameters(SnmpEngine engine,
                  String principal)Package constructor. | |
| SnmpUsmPeer(SnmpEngine engine,
            InetAddress netaddr)Creates an SNMP peer object for a device. | |
| SnmpUsmPeer(SnmpEngine engine,
            InetAddress netaddr,
            SnmpEngineId id)Creates an SNMP peer object for a device. | |
| SnmpUsmPeer(SnmpEngine engine,
            String host)Creates an SNMP peer object for a device. | |
| SnmpUsmPeer(SnmpEngine engine,
            String host,
            int port)Creates an SNMP peer object for a device with the specified port. | |
| SnmpUsmPeer(SnmpEngine engine,
            String host,
            int port,
            SnmpEngineId id)Creates an SNMP peer object for a device with the specified port. | |
| SnmpUsmPeer(SnmpEngine engine,
            String host,
            SnmpEngineId id)Creates an SNMP peer object for a device. | |
| Uses of SnmpEngine in com.sun.management.snmp.mpm | 
|---|
| Constructors in com.sun.management.snmp.mpm with parameters of type SnmpEngine | |
|---|---|
| SnmpMsgTranslatorCs2Ctxt(SnmpEngine engine) | |
| SnmpMsgTranslatorV1V2(SnmpEngine engine) | |
| Uses of SnmpEngine in com.sun.management.snmp.usm | 
|---|
| Constructors in com.sun.management.snmp.usm with parameters of type SnmpEngine | |
|---|---|
| SnmpUsmDesAlgorithm(SnmpEngine engine)Constructor. | |
| SnmpUsmDesAlgorithm(SnmpEngine engine,
                    String properties_encrypt,
                    String properties_decrypt)Constructor. | |
| SnmpUsmPasswordLcd(SnmpEngine engine,
                   com.sun.management.internal.snmp.SnmpSubSystem subsys,
                   com.sun.management.internal.snmp.SnmpLcd snmplcd,
                   String file)Constructor. | |
| Uses of SnmpEngine in com.sun.management.snmp.usm.usmmib | 
|---|
| Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpEngine | |
|---|---|
| protected  UsmUserEntryImpl | TableUsmUserTableImpl.createUsmUserEntry(SnmpEngine engine,
                   SnmpMib mib,
                   SnmpUsmLcd lcd,
                   SnmpUsmSecureUser user,
                   SnmpMibTable tableMeta)Overload this method in order to instantiate your own UsmUserEntry. | 
| Constructors in com.sun.management.snmp.usm.usmmib with parameters of type SnmpEngine | |
|---|---|
| SNMP_USER_BASED_SM_MIBImpl(SnmpEngine engine,
                           SnmpUsmLcd lcd,
                           SnmpUsm model)Constructor. | |
| TableUsmUserTableImpl(SnmpEngine engine,
                      SnmpMib myMib,
                      MBeanServer server,
                      SnmpUsmLcd lcd)Constructor for the table. | |
| TableUsmUserTableImpl(SnmpEngine engine,
                      SnmpMib myMib,
                      SnmpUsmLcd lcd)Constructor. | |
| UsmUserEntryImpl(SnmpEngine engine,
                 SnmpMib mib,
                 SnmpUsmLcd lcd,
                 SnmpUsmSecureUser user,
                 TableUsmUserTableImpl table) | |
| UsmUserImpl(SnmpMib myMib,
            MBeanServer server,
            SnmpUsmLcd lcd,
            SnmpEngine engine)We override the constructor in order to instantiate our own implementation of the UsmUserTable. | |
| UsmUserImpl(SnmpMib myMib,
            SnmpUsmLcd lcd,
            SnmpEngine engine)We override the constructor in order to enable the remote creation of rows in the DemoTable. | |
| 
 | Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||