public class RMIClientConnectorImpl extends Object implements JMXConnectorMBean, RMIClientConnectorImplMBean
修飾子とタイプ | クラスと説明 |
---|---|
class |
RMIClientConnectorImpl.Listener |
コンストラクタと説明 |
---|
RMIClientConnectorImpl(String pServerName) |
public RMIClientConnectorImpl(String pServerName)
public void start(Object pServer) throws IllegalArgumentException
start
インタフェース内 RMIClientConnectorImplMBean
start
インタフェース内 JMXConnectorMBean
IllegalArgumentException
public void stop()
stop
インタフェース内 RMIClientConnectorImplMBean
stop
インタフェース内 JMXConnectorMBean
public boolean isAlive()
isAlive
インタフェース内 JMXConnectorMBean
public String getServerDescription()
getServerDescription
インタフェース内 JMXConnectorMBean
public Object instantiate(String pClassName) throws ReflectionException, MBeanException
instantiate
インタフェース内 MBeanServer
ReflectionException
MBeanException
public Object instantiate(String pClassName, ObjectName pLoaderName) throws ReflectionException, MBeanException, InstanceNotFoundException
instantiate
インタフェース内 MBeanServer
ReflectionException
MBeanException
InstanceNotFoundException
public Object instantiate(String pClassName, Object[] pParams, String[] pSignature) throws ReflectionException, MBeanException
instantiate
インタフェース内 MBeanServer
ReflectionException
MBeanException
public Object instantiate(String pClassName, ObjectName pLoaderName, Object[] pParams, String[] pSignature) throws ReflectionException, MBeanException, InstanceNotFoundException
instantiate
インタフェース内 MBeanServer
ReflectionException
MBeanException
InstanceNotFoundException
public ObjectInstance createMBean(String pClassName, ObjectName pName) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException
public ObjectInstance createMBean(String pClassName, ObjectName pName, ObjectName pLoaderName) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException
public ObjectInstance createMBean(String pClassName, ObjectName pName, Object[] pParams, String[] pSignature) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException
public ObjectInstance createMBean(String pClassName, ObjectName pName, ObjectName pLoaderName, Object[] pParams, String[] pSignature) throws ReflectionException, InstanceAlreadyExistsException, MBeanRegistrationException, MBeanException, NotCompliantMBeanException, InstanceNotFoundException
public ObjectInstance registerMBean(Object pObject, ObjectName pName) throws InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException
public void unregisterMBean(ObjectName pName) throws InstanceNotFoundException, MBeanRegistrationException
unregisterMBean
インタフェース内 MBeanServer
unregisterMBean
インタフェース内 MBeanServerConnection
InstanceNotFoundException
MBeanRegistrationException
public ObjectInstance getObjectInstance(ObjectName pName) throws InstanceNotFoundException
getObjectInstance
インタフェース内 MBeanServer
getObjectInstance
インタフェース内 MBeanServerConnection
InstanceNotFoundException
public Set<ObjectInstance> queryMBeans(ObjectName pName, QueryExp pQuery)
queryMBeans
インタフェース内 MBeanServer
queryMBeans
インタフェース内 MBeanServerConnection
public Set<ObjectName> queryNames(ObjectName pName, QueryExp pQuery)
queryNames
インタフェース内 MBeanServer
queryNames
インタフェース内 MBeanServerConnection
public boolean isRegistered(ObjectName pName)
isRegistered
インタフェース内 MBeanServer
isRegistered
インタフェース内 MBeanServerConnection
public boolean isInstanceOf(ObjectName pName, String pClassName) throws InstanceNotFoundException
isInstanceOf
インタフェース内 MBeanServer
isInstanceOf
インタフェース内 MBeanServerConnection
InstanceNotFoundException
public Integer getMBeanCount()
getMBeanCount
インタフェース内 MBeanServer
getMBeanCount
インタフェース内 MBeanServerConnection
public Object getAttribute(ObjectName pName, String pAttribute) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException
getAttribute
インタフェース内 MBeanServer
getAttribute
インタフェース内 MBeanServerConnection
MBeanException
AttributeNotFoundException
InstanceNotFoundException
ReflectionException
public AttributeList getAttributes(ObjectName pName, String[] pAttributes) throws InstanceNotFoundException, ReflectionException
getAttributes
インタフェース内 MBeanServer
getAttributes
インタフェース内 MBeanServerConnection
InstanceNotFoundException
ReflectionException
public void setAttribute(ObjectName pName, Attribute pAttribute) throws InstanceNotFoundException, AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
public AttributeList setAttributes(ObjectName pName, AttributeList pAttributes) throws InstanceNotFoundException, ReflectionException
setAttributes
インタフェース内 MBeanServer
setAttributes
インタフェース内 MBeanServerConnection
InstanceNotFoundException
ReflectionException
public Object invoke(ObjectName pName, String pActionName, Object[] pParams, String[] pSignature) throws InstanceNotFoundException, MBeanException, ReflectionException
invoke
インタフェース内 MBeanServer
invoke
インタフェース内 MBeanServerConnection
InstanceNotFoundException
MBeanException
ReflectionException
public String getDefaultDomain()
getDefaultDomain
インタフェース内 MBeanServer
getDefaultDomain
インタフェース内 MBeanServerConnection
public void addNotificationListener(ObjectName pName, NotificationListener pListener, NotificationFilter pFilter, Object pHandback) throws InstanceNotFoundException
addNotificationListener
インタフェース内 MBeanServer
addNotificationListener
インタフェース内 MBeanServerConnection
InstanceNotFoundException
public void addNotificationListener(ObjectName pName, ObjectName pListener, NotificationFilter pFilter, Object pHandback) throws InstanceNotFoundException, UnsupportedOperationException
addNotificationListener
インタフェース内 MBeanServer
addNotificationListener
インタフェース内 MBeanServerConnection
InstanceNotFoundException
UnsupportedOperationException
public void removeNotificationListener(ObjectName pName, ObjectName pListener, NotificationFilter filter, Object handback) throws InstanceNotFoundException, ListenerNotFoundException
removeNotificationListener
インタフェース内 MBeanServer
removeNotificationListener
インタフェース内 MBeanServerConnection
InstanceNotFoundException
ListenerNotFoundException
public void removeNotificationListener(ObjectName pName, NotificationListener pListener, NotificationFilter filter, Object handback) throws InstanceNotFoundException, ListenerNotFoundException
removeNotificationListener
インタフェース内 MBeanServer
removeNotificationListener
インタフェース内 MBeanServerConnection
InstanceNotFoundException
ListenerNotFoundException
public void removeNotificationListener(ObjectName pName, NotificationListener pListener) throws InstanceNotFoundException, ListenerNotFoundException
removeNotificationListener
インタフェース内 MBeanServer
removeNotificationListener
インタフェース内 MBeanServerConnection
InstanceNotFoundException
ListenerNotFoundException
public void removeNotificationListener(ObjectName pName, ObjectName pListener) throws InstanceNotFoundException, ListenerNotFoundException, UnsupportedOperationException
public MBeanInfo getMBeanInfo(ObjectName pName) throws InstanceNotFoundException, IntrospectionException, ReflectionException
getMBeanInfo
インタフェース内 MBeanServer
getMBeanInfo
インタフェース内 MBeanServerConnection
InstanceNotFoundException
IntrospectionException
ReflectionException
public ObjectInputStream deserialize(ObjectName pName, byte[] pData) throws InstanceNotFoundException, OperationsException, UnsupportedOperationException
public ObjectInputStream deserialize(String pClassName, byte[] pData) throws OperationsException, ReflectionException, UnsupportedOperationException
public ObjectInputStream deserialize(String pClassName, ObjectName pLoaderName, byte[] pData) throws InstanceNotFoundException, OperationsException, ReflectionException, UnsupportedOperationException
public ClassLoaderRepository getClassLoaderRepository()
getClassLoaderRepository
インタフェース内 MBeanServer
public ClassLoader getClassLoader(ObjectName name)
getClassLoader
インタフェース内 MBeanServer
public ClassLoader getClassLoaderFor(ObjectName name)
getClassLoaderFor
インタフェース内 MBeanServer
public String[] getDomains()
getDomains
インタフェース内 MBeanServer
getDomains
インタフェース内 MBeanServerConnection
Copyright © 2016 S.D.S Co.,Ltd.. All Rights Reserved.