Searched defs:getMBeanInfo (Results 1 - 15 of 15) sorted by relevance

/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DIIOPMBeanServer.java88 MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, IntrospectionException, ReflectionException, RemoteException; method in interface:IIOPMBeanServer
H A DMEJBBean.java154 public MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, method in class:MEJBBean
156 return mbeanServer.getMBeanInfo( bounce(name) );
H A DIIOPMBeanServerImpl.java104 * @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 DManagement.java120 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 DMBeanServerConnectionExceptionThrower.java206 public static void getMBeanInfo(Exception e) throws method in class:MBeanServerConnectionExceptionThrower
H A DRemoteMBeanServerConnection.java381 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 DWebModuleMB.java252 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 DSampleImpl.java125 public synchronized MBeanInfo getMBeanInfo() { method in class:SampleImpl
127 mExtendedMBeanInfo = createMBeanInfo(super.getMBeanInfo());
H A DAMXImplBase.java138 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 DProxyFactory.java423 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 DMBeanProxyHandler.java147 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 DMBeanInfoSupport.java93 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 DBaseModelMBean.java371 public MBeanInfo getMBeanInfo() { method in class:BaseModelMBean
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DDynamicInterceptor.java525 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 DConfigBeanJMXSupport.java326 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();

Completed in 563 milliseconds