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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java118 protected void checkCreate(String className) { method in class:MBeanServerAccessController
167 * Call <code>checkCreate(className)</code>, then forward this method to the
177 checkCreate(className);
189 * Call <code>checkCreate(className)</code>, then forward this method to the
200 checkCreate(className);
215 * Call <code>checkCreate(className)</code>, then forward this method to the
228 checkCreate(className);
241 * Call <code>checkCreate(className)</code>, then forward this method to the
256 checkCreate(className);
413 * Call <code>checkCreate(classNam
[all...]
H A DMBeanServerFileAccessController.java56 * {@link #checkCreate(String)}, and {@link #checkUnregister(ObjectName)}
248 public void checkCreate(String className) { method in class:MBeanServerFileAccessController

Completed in 32 milliseconds