Searched defs:theInterface (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DAdminObject.java53 private String theInterface; field in class:AdminObject
61 public AdminObject (String theInterface, String theClass) argument
63 this.theInterface = theInterface;
70 return this.theInterface;
74 this.theInterface = intf;
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DTestUtil.java199 getAllAMX(final Class<T> theInterface) { argument
204 if (theInterface.isAssignableFrom(amx.getClass())) {
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DClassUtil.java1228 final Class<?> theInterface,
1235 final Field field = theInterface.getField(name);
1236 value = field.get(theInterface);
1227 getFieldValue( final Class<?> theInterface, final String name) argument
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DAMXConfigImpl.java213 final Class<? extends AMXProxy> theInterface,
211 AMXConfigImpl( final ObjectName parentObjectName, final Class<? extends AMXProxy> theInterface, final ConfigBean configBean) argument
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DJMXUtil.java1216 public static MBeanInfo interfaceToMBeanInfo(final Class theInterface) argument
1218 final Method[] methods = theInterface.getMethods();
1304 theInterface.getName(),
1305 theInterface.getName(),

Completed in 152 milliseconds