org.jboss.mq.kernel
Class JVMIL

java.lang.Object
  extended by org.jboss.mx.util.JBossNotificationBroadcasterSupport
      extended by org.jboss.system.ServiceMBeanSupport
          extended by org.jboss.mq.il.ServerILJMXService
              extended by org.jboss.mq.il.jvm.JVMServerILService
                  extended by org.jboss.mq.kernel.JVMIL
All Implemented Interfaces:
javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, JVMServerILServiceMBean, ServerILJMXServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean

public class JVMIL
extends JVMServerILService

lite wrapper so that this can work in a dependency injection framework.

Version:
$Revision: 57198 $
Author:
Bill Burke

Field Summary
protected  Hashtable initialContextProperties
           
 
Fields inherited from class org.jboss.mq.il.ServerILJMXService
clientID, connectionFactoryJNDIRef, jmsServer, pingPeriod, xaConnectionFactoryJNDIRef
 
Fields inherited from class org.jboss.system.ServiceMBeanSupport
log, server, SERVICE_CONTROLLER_SIG, serviceName
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Constructor Summary
JVMIL()
           
 
Method Summary
 void create()
           
 void destroy()
           
protected  InitialContext getInitialContext()
           
 void setInitialContextProperties(Hashtable initialContextProperties)
           
 void setJmsInvoker(Invoker invoker)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jboss.mq.il.jvm.JVMServerILService
bindJNDIReferences, getClientConnectionProperties, getName, getServerIL, startService, stopService
 
Methods inherited from class org.jboss.mq.il.ServerILJMXService
getClientID, getConnectionFactoryJNDIRef, getJBossMQService, getJMSServer, getPingPeriod, getXAConnectionFactoryJNDIRef, lookupJMSServer, rebind, setClientID, setConnectionFactoryJNDIRef, setInvoker, setPingPeriod, setXAConnectionFactoryJNDIRef, unbindJNDIReferences
 
Methods inherited from class org.jboss.system.ServiceMBeanSupport
createService, destroyService, getDeploymentInfo, getLog, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.mq.il.ServerILJMXServiceMBean
getClientID, getConnectionFactoryJNDIRef, getJBossMQService, getPingPeriod, getXAConnectionFactoryJNDIRef, setClientID, setConnectionFactoryJNDIRef, setInvoker, setPingPeriod, setXAConnectionFactoryJNDIRef
 
Methods inherited from interface org.jboss.system.ServiceMBean
getState, getStateString, jbossInternalLifecycle
 

Field Detail

initialContextProperties

protected Hashtable initialContextProperties
Constructor Detail

JVMIL

public JVMIL()
Method Detail

setJmsInvoker

public void setJmsInvoker(Invoker invoker)

setInitialContextProperties

public void setInitialContextProperties(Hashtable initialContextProperties)

getInitialContext

protected InitialContext getInitialContext()
                                    throws NamingException
Overrides:
getInitialContext in class ServerILJMXService
Throws:
NamingException

create

public void create()
            throws Exception
Specified by:
create in interface org.jboss.system.Service
Overrides:
create in class org.jboss.system.ServiceMBeanSupport
Throws:
Exception

start

public void start()
           throws Exception
Specified by:
start in interface org.jboss.system.Service
Overrides:
start in class org.jboss.system.ServiceMBeanSupport
Throws:
Exception

stop

public void stop()
Specified by:
stop in interface org.jboss.system.Service
Overrides:
stop in class org.jboss.system.ServiceMBeanSupport

destroy

public void destroy()
Specified by:
destroy in interface org.jboss.system.Service
Overrides:
destroy in class org.jboss.system.ServiceMBeanSupport


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