Searched refs:setCreationEnabled (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java204 * <CODE>setCreationEnabled()</CODE> will switch the policy of
206 * <code>setCreationEnabled()</code> on the metadata object
213 * <CODE>setCreationEnabled(true)</CODE> will enable remote entry
216 * <CODE>setCreationEnabled(false)</CODE> will disable remote entry
224 public void setCreationEnabled(boolean remoteCreationFlag) { method in class:SnmpTableSupport
225 meta.setCreationEnabled(remoteCreationFlag);
H A DSnmpMibTable.java99 setCreationEnabled(false);
111 * policy by calling <code>setCreationEnabled(true)</code> and <code>
112 * setCreationEnabled(false)</code> on this object.
166 * <CODE>setCreationEnabled(true)</CODE> will enable remote entry
169 * <CODE>setCreationEnabled(false)</CODE> will disable remote entry
175 public void setCreationEnabled(boolean remoteCreationFlag) { method in class:SnmpMibTable

Completed in 1884 milliseconds