/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/ |
H A D | IIOPMBeanServer.java | 88 MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, IntrospectionException, ReflectionException, RemoteException; method in interface:IIOPMBeanServer
|
H A D | MEJBBean.java | 154 public MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, method in class:MEJBBean 156 return mbeanServer.getMBeanInfo( bounce(name) );
|
H A D | IIOPMBeanServerImpl.java | 104 * @exception ReflectionException An exception occurred when trying to invoke the getMBeanInfo of a Dynamic MBean. 106 public MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, method in class:IIOPMBeanServerImpl 108 return server.getMBeanInfo(name);
|
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/ |
H A D | Management.java | 120 MBeanInfo getMBeanInfo(ObjectName name) throws IntrospectionException, InstanceNotFoundException, ReflectionException, RemoteException; method in interface:Management
|
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/ |
H A D | MBeanServerConnectionExceptionThrower.java | 206 public static void getMBeanInfo(Exception e) throws method in class:MBeanServerConnectionExceptionThrower
|
H A D | RemoteMBeanServerConnection.java | 381 public MBeanInfo getMBeanInfo(ObjectName objectName) throws method in class:RemoteMBeanServerConnection 394 MBeanServerConnectionExceptionThrower.getMBeanInfo(e);
|
/glassfish-3.1.2/admin/runtime/jsr77/src/main/java/org/glassfish/admin/runtime/jsr77/ |
H A D | WebModuleMB.java | 252 public MBeanInfo getMBeanInfo() { method in class:WebModuleMB
|
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/ |
H A D | SampleImpl.java | 125 public synchronized MBeanInfo getMBeanInfo() { method in class:SampleImpl 127 mExtendedMBeanInfo = createMBeanInfo(super.getMBeanInfo());
|
H A D | AMXImplBase.java | 138 this(parentObjectName, MBeanInfoSupport.getMBeanInfo(intf)); 157 public MBeanInfo getMBeanInfo() { method in class:AMXImplBase 343 return JMXUtil.attributeInfosToMap(getMBeanInfo().getAttributes()); 656 JMXUtil.getMBeanAttributeInfo(getMBeanInfo(), amxName);
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/ |
H A D | ProxyFactory.java | 423 public MBeanInfo getMBeanInfo( final ObjectName objectName ) method in class:ProxyFactory 431 info = getMBeanServerConnection().getMBeanInfo(objectName); 482 final MBeanInfo info = getMBeanInfo(objectName); 493 final MBeanInfo info = getMBeanInfo(objectName); 550 mbeanInfo = getMBeanInfo(objectName);
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/ |
H A D | MBeanProxyHandler.java | 147 mInitialMBeanInfo = conn.getMBeanInfo(objectName); 166 final String value = (String) getMBeanInfo().getDescriptor().getFieldValue("interfaceName"); 227 info = getMBeanServerConnection().getMBeanInfo(getObjectName()); 233 public MBeanInfo getMBeanInfo() method in class:MBeanProxyHandler 373 else if (methodName.equals("getMBeanInfo") && numArgs == 0) 376 result = getMBeanInfo();
|
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/util/ |
H A D | MBeanInfoSupport.java | 93 amxspiMBeanInfo = MBeanInfoSupport.getMBeanInfo(AMX_SPI.class); 98 public static <T extends AMX_SPI> MBeanInfo getMBeanInfo(final Class<T> intf) { method in class:MBeanInfoSupport 155 //debug( "MBeanInfoSupport.getMBeanInfo(): " + mbeanInfo );
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/ |
H A D | BaseModelMBean.java | 371 public MBeanInfo getMBeanInfo() { method in class:BaseModelMBean
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ |
H A D | DynamicInterceptor.java | 525 public final MBeanInfo getMBeanInfo( final ObjectName objectName) method in class:DynamicInterceptor 532 return getInstanceConnection(result.getInstances().get(0)).getMBeanInfo(objectName); 534 return getDelegateMBeanServer().getMBeanInfo( objectName );
|
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | ConfigBeanJMXSupport.java | 326 public MBeanInfo getMBeanInfo() method in class:ConfigBeanJMXSupport 379 for (final MBeanAttributeInfo attrInfo : getMBeanInfo().getAttributes()) 611 final MBeanInfo info = getMBeanInfo(); 625 final MBeanInfo info = getMBeanInfo(); 1647 final MBeanInfo info = getMBeanInfo();
|