|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationsException | |
---|---|
javax.management | |
mx4j.server |
Uses of OperationsException in javax.management |
---|
Subclasses of OperationsException in javax.management | |
class |
AttributeNotFoundException
|
class |
InstanceAlreadyExistsException
|
class |
InstanceNotFoundException
|
class |
IntrospectionException
|
class |
InvalidAttributeValueException
|
class |
ListenerNotFoundException
|
class |
MalformedObjectNameException
|
class |
NotCompliantMBeanException
|
class |
ServiceNotFoundException
|
Methods in javax.management that throw OperationsException | |
java.io.ObjectInputStream |
MBeanServer.deserialize(java.lang.String className,
ObjectName loaderName,
byte[] bytes)
|
java.io.ObjectInputStream |
MBeanServer.deserialize(java.lang.String className,
byte[] bytes)
|
java.io.ObjectInputStream |
MBeanServer.deserialize(ObjectName objectName,
byte[] bytes)
|
Uses of OperationsException in mx4j.server |
---|
Methods in mx4j.server that throw OperationsException | |
java.io.ObjectInputStream |
MBeanServerImpl.deserialize(java.lang.String className,
ObjectName loaderName,
byte[] bytes)
Deserialize the given bytes using the classloader that can actually load className using the classloader MBean with the specified ObjectName as initiating classloader. |
java.io.ObjectInputStream |
MBeanServerImpl.deserialize(java.lang.String className,
byte[] bytes)
Deserialize the specified bytes using the classloader that is able to load the specified class. |
java.io.ObjectInputStream |
MBeanServerImpl.deserialize(ObjectName objectName,
byte[] bytes)
Deserialize the specified bytes using the classloader of the MBean registered with the given ObjectName |
java.io.ObjectInputStream |
ChainedMBeanServer.deserialize(java.lang.String className,
byte[] bytes)
|
java.io.ObjectInputStream |
ChainedMBeanServer.deserialize(java.lang.String className,
ObjectName loaderName,
byte[] bytes)
|
java.io.ObjectInputStream |
ChainedMBeanServer.deserialize(ObjectName objectName,
byte[] bytes)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |