|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMSProviderLoaderMBean
MBean interface.
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 |
---|
void setProviderName(String name)
name
- the provider nameString getProviderName()
void setProviderAdapterClass(String clazz)
clazz
- the class nameString getProviderAdapterClass()
void setProperties(Properties properties)
properties
- the propertiesProperties getProperties()
void setAdapterJNDIName(String name)
name
- the provider adapter jndi nameString getAdapterJNDIName()
void setFactoryRef(String newFactoryRef)
newFactoryRef
- the jndi namevoid setQueueFactoryRef(String newQueueFactoryRef)
newQueueFactoryRef
- the jndi namevoid setTopicFactoryRef(String newTopicFactoryRef)
newTopicFactoryRef
- the jndi nameString getFactoryRef()
String getQueueFactoryRef()
String getTopicFactoryRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |