com.sun.jmx.snmp.SnmpParams Java Examples

The following examples show how to use com.sun.jmx.snmp.SnmpParams. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SnmpMsgProcessingSubSystem.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #2
Source File: SnmpMsgProcessingModel.java    From jdk8u-dev-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #3
Source File: SnmpMsgProcessingSubSystem.java    From jdk8u-dev-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #4
Source File: SnmpMsgProcessingModel.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #5
Source File: SnmpMsgProcessingSubSystem.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #6
Source File: SnmpMsgProcessingModel.java    From jdk8u_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #7
Source File: SnmpMsgProcessingSubSystem.java    From jdk8u_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #8
Source File: SnmpMsgProcessingModel.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #9
Source File: SnmpMsgProcessingSubSystem.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #10
Source File: SnmpMsgProcessingModel.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #11
Source File: SnmpMsgProcessingSubSystem.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #12
Source File: SnmpMsgProcessingModel.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #13
Source File: SnmpMsgProcessingSubSystem.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #14
Source File: SnmpMsgProcessingModel.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #15
Source File: SnmpMsgProcessingSubSystem.java    From jdk1.8-source-analysis with Apache License 2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #16
Source File: SnmpMsgProcessingModel.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #17
Source File: SnmpMsgProcessingSubSystem.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #18
Source File: SnmpMsgProcessingModel.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #19
Source File: SnmpMsgProcessingSubSystem.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #20
Source File: SnmpMsgProcessingModel.java    From JDKSourceCode1.8 with MIT License 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #21
Source File: SnmpMsgProcessingSubSystem.java    From JDKSourceCode1.8 with MIT License 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #22
Source File: SnmpMsgProcessingModel.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #23
Source File: SnmpMsgProcessingSubSystem.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #24
Source File: SnmpMsgProcessingModel.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #25
Source File: SnmpMsgProcessingSubSystem.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #26
Source File: SnmpMsgProcessingModel.java    From dragonwell8_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;
 
Example #27
Source File: SnmpMsgProcessingSubSystem.java    From dragonwell8_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters. The sub system routes the call to the dedicated model according to the model ID.
 * @param model The model ID.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(int model, SnmpParams p, int type) throws SnmpUnknownMsgProcModelException, SnmpStatusException ;
 
Example #28
Source File: SnmpMsgProcessingModel.java    From jdk1.8-source-analysis with Apache License 2.0 2 votes vote down vote up
/**
 * This method is called to instantiate a pdu according to the passed pdu type and parameters.
 * @param p The request parameters.
 * @param type The pdu type.
 * @return The pdu.
 */
public SnmpPdu getRequestPdu(SnmpParams p, int type) throws SnmpStatusException;