org.jboss.jms.jndi
Interface JMSProviderLoaderMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
JMSProviderLoader

public interface JMSProviderLoaderMBean
extends org.jboss.system.ServiceMBean

MBean interface.

Version:
$Revision: 57209 $
Author:
Adrian Brock

Field Summary
 
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
 
Method Summary
 String getAdapterJNDIName()
          Get where the provider adapter is bound into jndi
 String getFactoryRef()
          Get the jndi name of the unified connection factory
 Properties getProperties()
          Get the provider properties
 String getProviderAdapterClass()
          Get the provider adapter class
 String getProviderName()
          Get the provider name
 String getQueueFactoryRef()
          Get the jndi name of the queue connection factory
 String getTopicFactoryRef()
          Get the jndi name of the topic connection factory
 void setAdapterJNDIName(String name)
          Set where the provider adapter is bound into jndi
 void setFactoryRef(String newFactoryRef)
          Set the jndi name of the unified connection factory
 void setProperties(Properties properties)
          Set the provider properties
 void setProviderAdapterClass(String clazz)
          Set the provider adapter class
 void setProviderName(String name)
          Set the provider name
 void setQueueFactoryRef(String newQueueFactoryRef)
          Set the jndi name of the queue connection factory
 void setTopicFactoryRef(String newTopicFactoryRef)
          Set the jndi name of the topic connection factory
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setProviderName

void setProviderName(String name)
Set the provider name

Parameters:
name - the provider name

getProviderName

String getProviderName()
Get the provider name

Returns:
the provider name

setProviderAdapterClass

void setProviderAdapterClass(String clazz)
Set the provider adapter class

Parameters:
clazz - the class name

getProviderAdapterClass

String getProviderAdapterClass()
Get the provider adapter class

Returns:
the class name

setProperties

void setProperties(Properties properties)
Set the provider properties

Parameters:
properties - the properties

getProperties

Properties getProperties()
Get the provider properties

Returns:
the properties

setAdapterJNDIName

void setAdapterJNDIName(String name)
Set where the provider adapter is bound into jndi

Parameters:
name - the provider adapter jndi name

getAdapterJNDIName

String getAdapterJNDIName()
Get where the provider adapter is bound into jndi

Returns:
the jndi binding

setFactoryRef

void setFactoryRef(String newFactoryRef)
Set the jndi name of the unified connection factory

Parameters:
newFactoryRef - the jndi name

setQueueFactoryRef

void setQueueFactoryRef(String newQueueFactoryRef)
Set the jndi name of the queue connection factory

Parameters:
newQueueFactoryRef - the jndi name

setTopicFactoryRef

void setTopicFactoryRef(String newTopicFactoryRef)
Set the jndi name of the topic connection factory

Parameters:
newTopicFactoryRef - the jndi name

getFactoryRef

String getFactoryRef()
Get the jndi name of the unified connection factory

Returns:
the jndi name

getQueueFactoryRef

String getQueueFactoryRef()
Get the jndi name of the queue connection factory

Returns:
the jndi name

getTopicFactoryRef

String getTopicFactoryRef()
Get the jndi name of the topic connection factory

Returns:
the jndi name


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