KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > InstanceAlreadyExistsException > Top Examples

  • org.jboss.mx.server.MBeanServerImpl
    MBean server implementation. The MBean server behaviour can be configured by setting the following system properties: <ul> <li><tt>jbossmx.loader.repository.class</tt> <li><tt>jbossmx.mbean.registry.class</tt> <li><tt>jbossmx.required.modelmbe ...
  • org.jboss.mx.server.registry.BasicMBeanRegistry
    The registry for object name - object reference mapping in the MBean server. <p> The implementation of this class affects the invocation speed directly, please check any changes for performance. @todo JMI_DOMAIN isn't very protected @see org.jboss.mx.server.registry.MBeanRegistry @author ...
  • org.jboss.net.jmx.adaptor.server.Adaptor
    wrapper around the mbean server that may be exposed as a soap-enabled mbean to the outside world. @todo convert to MBeanServerConnection @author <a HREF="mailto:Christoph.Jung@infor.de">Christoph G. Jung</a> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock&l ...
  • org.jboss.management.j2ee.cluster.HAManagementService
    This class enables a client to get a management view (JSR-77) on a JBoss Cluster. It contains the entire logic to map all the {@link org.jboss.management.j2ee.J2EEManagedObject Managed Object (MO) of all the nodes in the cluster to one MO. The same applies to State Management and Performance Stati ...
  • org.objectweb.kilim.tools.jmx.ComponentMBean
    @author delpiano To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
  • org.objectweb.jonas.ear.EarServiceImpl
    JOnAS EAR Service Implementation class. This class provides an implementation of the ear service. @author Florent Benoit @author Ludovic Bert Contributor(s): Adriana Danes: highlight configuration properties Eric Hardesty: added ability to include rar files in an ear Michel-Ange Anton : new JSR77 ...
  • com.caucho.jmx.MBeanServerImpl
    The main interface for retrieving and managing JMX objects. Creats a new MBeanServer implementation.
Popular Tags