站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 management API Documentation 英文版文档

JMSResourceFactory (JBoss/Management API) - JBoss 4.0.1 sp1 management API Documentation 英文版文档


org.jboss.management.j2ee.factory
Class JMSResourceFactory

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

public class JMSResourceFactory
extends Object
implements ManagedObjectFactory

A factory for JMSResource managed objects

Version:
$Revision: 1.5 $
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
Returns:
the JNDIResource ObjectName


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