org.jboss.management.j2ee.factory
Class JMSResourceFactory

java.lang.Object
  extended by org.jboss.management.j2ee.factory.JMSResourceFactory
All Implemented Interfaces:
ManagedObjectFactory

public class JMSResourceFactory
extends Object
implements ManagedObjectFactory

A factory for JMSResource managed objects

Version:
$Revision: 57197 $
Author:
Scott.Stark@jboss.org

Constructor Summary
JMSResourceFactory()
           
 
Method Summary
 javax.management.ObjectName create(javax.management.MBeanServer server, Object data)
          Creates a "LocalJMS" JMSResource associated with the ServiceController create notification
 void destroy(javax.management.MBeanServer server, Object data)
          Destroys the "LocalJMS" JMSResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSResourceFactory

public JMSResourceFactory()
Method Detail

create

public javax.management.ObjectName create(javax.management.MBeanServer server,
                                          Object data)
Creates a "LocalJMS" JMSResource associated with the ServiceController create notification

Specified by:
create in interface ManagedObjectFactory
Parameters:
server -
data - A MBeanServerNotification
Returns:
the JNDIResource ObjectName

destroy

public void destroy(javax.management.MBeanServer server,
                    Object data)
Destroys the "LocalJMS" JMSResource

Specified by:
destroy in interface ManagedObjectFactory
Parameters:
server -
data - A MBeanServerNotification


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.