Searched defs:getObjectName (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DPlatformManagedObject.java60 public ObjectName getObjectName(); method in interface:PlatformManagedObject
/openjdk7/jdk/src/share/classes/sun/management/
H A DCompilationImpl.java72 public ObjectName getObjectName() { method in class:CompilationImpl
H A DClassLoadingImpl.java73 public ObjectName getObjectName() { method in class:ClassLoadingImpl
H A DHotSpotDiagnostic.java119 public ObjectName getObjectName() { method in class:HotSpotDiagnostic
H A DMemoryManagerImpl.java91 public ObjectName getObjectName() { method in class:MemoryManagerImpl
H A DOperatingSystemImpl.java76 public ObjectName getObjectName() { method in class:OperatingSystemImpl
H A DRuntimeImpl.java145 public ObjectName getObjectName() { method in class:RuntimeImpl
H A DGarbageCollectorImpl.java137 getObjectName(),
188 public ObjectName getObjectName() { method in class:GarbageCollectorImpl
H A DMemoryImpl.java157 mbean.getObjectName(),
171 public ObjectName getObjectName() { method in class:MemoryImpl
H A DMemoryPoolImpl.java343 public ObjectName getObjectName() { method in class:MemoryPoolImpl
H A DThreadImpl.java472 public ObjectName getObjectName() { method in class:ThreadImpl
H A DManagementFactoryHelper.java170 public ObjectName getObjectName() { method in class:ManagementFactoryHelper.PlatformLoggingImpl
228 public ObjectName getObjectName() {
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectInstance.java117 if (! name.equals(val.getObjectName())) return false;
133 public ObjectName getObjectName() { method in class:ObjectInstance
152 return getClassName() + "[" + getObjectName() + "]";
H A DMBeanServerInvocationHandler.java172 public ObjectName getObjectName() { method in class:MBeanServerInvocationHandler
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DTestUtils.java73 public static ObjectName getObjectName(Object proxy) { method in class:TestUtils
80 return ((MBeanServerInvocationHandler)handler).getObjectName();
103 final ObjectName name = h.getObjectName();
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientListenerInfo.java56 public ObjectName getObjectName() { method in class:ClientListenerInfo
82 return (getObjectName().equals(name));
87 return ( getObjectName().equals(name) &&
93 return ( getObjectName().equals(name) &&
H A DArrayNotificationBuffer.java404 candidate.getObjectName(),"addNotificationListener");
460 ObjectName name = candidate.getObjectName();
552 ObjectName getObjectName() { method in class:ArrayNotificationBuffer.NamedNotification
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DManagedObjectManager.java51 * getObjectName, and dumpSkeleton may only be called after
211 ObjectName getObjectName( Object obj ) ; method in interface:ManagedObjectManager
223 * Note that getObject and getObjectName are inverse operations.
H A DManagedObjectManagerNOPImpl.java104 public ObjectName getObjectName(Object obj) { method in class:ManagedObjectManagerNOPImpl
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBean.java73 getObjectName(),
90 getObjectName(), operationName, new Object[0], new String[0]);
97 getObjectName(), operationName, params, sig);
105 getMBeanServerConnection().setAttribute(getObjectName(), attribute);
112 getObjectName(), attributeName);
119 getObjectName(), attributeNames);
132 public ObjectName getObjectName() { method in class:XMBean
158 return getObjectName().equals(that.getObjectName());
H A DXTree.java301 ObjectName mbean = dn.getObjectName();
446 xmbean.getObjectName().toString());
743 public ObjectName getObjectName() { method in class:XTree.Dn
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationNotification.java354 public ObjectName getObjectName() { method in class:RelationNotification
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java270 ObjectName ignoredName = mom.getObjectName(mom.getRoot());
299 final ObjectName name = mom.getObjectName(mom.getRoot());
407 public ObjectName getObjectName(Object obj) { return mom.getObjectName(obj); } method in class:RewritingMOM
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java177 public String getObjectName(); method in interface:DebugVC50SymbolIterator
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java993 ObjectName getObjectName() { method in class:CommunicatorServer

Completed in 67 milliseconds

12