public interface RMIConnector extends Remote
Object instantiate(String pClassName) throws ReflectionException, MBeanException, RemoteException
Object instantiate(String pClassName, ObjectName pLoaderName) throws ReflectionException, MBeanException, InstanceNotFoundException, RemoteException
Object instantiate(String pClassName, Object[] pParams, String[] pSignature) throws ReflectionException, MBeanException, RemoteException
Object instantiate(String pClassName, ObjectName pLoaderName, Object[] pParams, String[] pSignature) throws ReflectionException, MBeanException, InstanceNotFoundException, RemoteException
ObjectInstance createMBean(String pClassName, ObjectName pName) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, RemoteException
ObjectInstance createMBean(String pClassName, ObjectName pName, ObjectName pLoaderName) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException, RemoteException
ObjectInstance createMBean(String pClassName, ObjectName pName, Object[] pParams, String[] pSignature) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, RemoteException
ObjectInstance createMBean(String pClassName, ObjectName pName, ObjectName pLoaderName, Object[] pParams, String[] pSignature) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException, RemoteException
ObjectInstance registerMBean(Object pObject, ObjectName pName) throws InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, RemoteException
void unregisterMBean(ObjectName pName) throws InstanceNotFoundException, MBeanRegistrationException, RemoteException
ObjectInstance getObjectInstance(ObjectName pName) throws InstanceNotFoundException, RemoteException
Set<ObjectInstance> queryMBeans(ObjectName pName, QueryExp pQuery) throws RemoteException
RemoteException
Set<ObjectName> queryNames(ObjectName pName, QueryExp pQuery) throws RemoteException
RemoteException
boolean isRegistered(ObjectName pName) throws RemoteException
RemoteException
boolean isInstanceOf(ObjectName pName, String pClassName) throws InstanceNotFoundException, RemoteException
Integer getMBeanCount() throws RemoteException
RemoteException
Object getAttribute(ObjectName pName, String pAttribute) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException, RemoteException
AttributeList getAttributes(ObjectName pName, String[] pAttributes) throws InstanceNotFoundException, ReflectionException, RemoteException
void setAttribute(ObjectName pName, Attribute pAttribute) throws InstanceNotFoundException, AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException, RemoteException
AttributeList setAttributes(ObjectName pName, AttributeList pAttributes) throws InstanceNotFoundException, ReflectionException, RemoteException
Object invoke(ObjectName pName, String pActionName, Object[] pParams, String[] pSignature) throws InstanceNotFoundException, MBeanException, ReflectionException, RemoteException
String getDefaultDomain() throws RemoteException
RemoteException
void addNotificationListener(ObjectName pName, RMINotificationListener pListener, NotificationFilter pFilter, Object pHandback) throws InstanceNotFoundException, RemoteException
void removeNotificationListener(ObjectName pName, RMINotificationListener pListener) throws InstanceNotFoundException, ListenerNotFoundException, RemoteException
MBeanInfo getMBeanInfo(ObjectName pName) throws InstanceNotFoundException, IntrospectionException, ReflectionException, RemoteException
Copyright © 2016 S.D.S Co.,Ltd.. All Rights Reserved.