Java Reference
In-Depth Information
F
Implement remaining
methods
UNIMPLEMENTED METHODS BELOW
*/
public Object instantiate(String className)
throws ReflectionException,
MBeanException { return null; }
public Object instantiate(String className,
ObjectName loaderName)
throws ReflectionException, MBeanException,
InstanceNotFoundException { return null; }
public Object instantiate(String className, Object params[],
String signature[])
throws ReflectionException, MBeanException
{ return null; }
public Object instantiate(String className,
ObjectName loaderName,
Object params[], String signature[])
throws ReflectionException, MBeanException,
InstanceNotFoundException { return null; }
public ObjectInstance createMBean(String className,
ObjectName name,
ObjectName loaderName)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException, MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException { return null; }
public ObjectInstance createMBean(String className,
ObjectName name,
Object params[], String signature[])
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException, MBeanException,
NotCompliantMBeanException { return null; }
public ObjectInstance createMBean(String className,
ObjectName name,
ObjectName loaderName, Object params[],
String signature[])
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException, MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException { return null; }
public ObjectInstance registerMBean(Object object,
ObjectName name)
throws InstanceAlreadyExistsException,
MBeanRegistrationException,
NotCompliantMBeanException { return null; }
public void unregisterMBean(ObjectName name)
throws InstanceNotFoundException,
MBeanRegistrationException { return; }
Search WWH ::




Custom Search