com.sun.jmx.snmp.internal.SnmpSecurityCache Java Examples
The following examples show how to use
com.sun.jmx.snmp.internal.SnmpSecurityCache.
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: SnmpIncomingResponse.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #2
Source File: SnmpOutgoingRequest.java From jdk8u-dev-jdk with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #3
Source File: SnmpIncomingResponse.java From jdk8u-dev-jdk with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #4
Source File: SnmpOutgoingRequest.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #5
Source File: SnmpIncomingResponse.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #6
Source File: SnmpOutgoingRequest.java From jdk8u_jdk with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #7
Source File: SnmpIncomingResponse.java From jdk8u_jdk with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #8
Source File: SnmpOutgoingRequest.java From openjdk-8 with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #9
Source File: SnmpIncomingResponse.java From openjdk-8 with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #10
Source File: SnmpOutgoingRequest.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #11
Source File: SnmpIncomingResponse.java From openjdk-8-source with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #12
Source File: SnmpOutgoingRequest.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #13
Source File: SnmpIncomingResponse.java From hottub with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #14
Source File: SnmpOutgoingRequest.java From jdk8u-jdk with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #15
Source File: SnmpIncomingResponse.java From jdk1.8-source-analysis with Apache License 2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #16
Source File: SnmpOutgoingRequest.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #17
Source File: SnmpIncomingResponse.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #18
Source File: SnmpOutgoingRequest.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #19
Source File: SnmpIncomingResponse.java From openjdk-jdk8u with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #20
Source File: SnmpOutgoingRequest.java From JDKSourceCode1.8 with MIT License | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #21
Source File: SnmpIncomingResponse.java From JDKSourceCode1.8 with MIT License | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #22
Source File: SnmpOutgoingRequest.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #23
Source File: SnmpIncomingResponse.java From jdk8u60 with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #24
Source File: SnmpOutgoingRequest.java From TencentKona-8 with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #25
Source File: SnmpIncomingResponse.java From TencentKona-8 with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #26
Source File: SnmpOutgoingRequest.java From dragonwell8_jdk with GNU General Public License v2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();
Example #27
Source File: SnmpIncomingResponse.java From dragonwell8_jdk with GNU General Public License v2.0 | 2 votes |
/** * Call this method in order to reuse <CODE>SnmpOutgoingRequest</CODE> cache. * @param cache The security cache. */ public void setSecurityCache(SnmpSecurityCache cache);
Example #28
Source File: SnmpOutgoingRequest.java From jdk1.8-source-analysis with Apache License 2.0 | 2 votes |
/** * Returns the cached security data used when marshalling the call as a secure one. * @return The cached data. */ public SnmpSecurityCache getSecurityCache();