| |
|
| org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory
All known Subclasses: org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory,
activationSig | protected String[] activationSig(Code) | | The signature for activate/deactivateEndpint
|
activationSpec | protected ActivationSpec activationSpec(Code) | | The activation spec
|
createActivationSpecSig | protected String[] createActivationSpecSig(Code) | | The signature for createActivationSpec
|
interfaces | protected Class[] interfaces(Code) | | The interfaces
|
invokerBinding | protected String invokerBinding(Code) | | The invoker binding
|
messagingTypeClass | protected Class messagingTypeClass(Code) | | The messaging type class
|
nextProxyId | protected SynchronizedInt nextProxyId(Code) | | The next proxy id
|
properties | protected HashMap properties(Code) | | The activation properties
|
resourceAdapterName | protected String resourceAdapterName(Code) | | The resource adapter name
|
resourceAdapterObjectName | protected ObjectName resourceAdapterObjectName(Code) | | The resource adapter object name
|
trace | protected boolean trace(Code) | | Whether trace is enabled
|
activate | protected void activate() throws DeploymentException(Code) | | Activate
throws: DeploymentException - for any error |
augmentActivationConfigProperties | protected void augmentActivationConfigProperties() throws DeploymentException(Code) | | Add activation config properties
throws: DeploymentException - for any error |
createActivationSpec | protected void createActivationSpec() throws DeploymentException(Code) | | Create the activation spec
throws: DeploymentException - for any error |
createEndpoint | public MessageEndpoint createEndpoint(XAResource resource) throws UnavailableException(Code) | | |
deactivate | protected void deactivate()(Code) | | Deactivate
|
getConfig | public String getConfig()(Code) | | Display the configuration
the configuration |
getEJBMetaData | public EJBMetaData getEJBMetaData()(Code) | | |
getStatelessSessionEJBObject | public Object getStatelessSessionEJBObject()(Code) | | |
resolveMessageListener | protected void resolveMessageListener() throws DeploymentException(Code) | | Resolve message listener class
throws: DeploymentException - for any error |
resolveResourceAdapter | protected void resolveResourceAdapter() throws DeploymentException(Code) | | Resolve the resource adapter
throws: DeploymentException - for any error |
resolveResourceAdapterName | protected String resolveResourceAdapterName() throws DeploymentException(Code) | | Resolve the resource adapter name
the resource adapter name throws: DeploymentException - for any error |
setContainer | public void setContainer(Container container)(Code) | | Set the container for which this is an invoker to.
Parameters: container - The container for which this is an invoker to. |
setInvokerBinding | public void setInvokerBinding(String binding)(Code) | | |
setupProxyParameters | protected void setupProxyParameters() throws DeploymentException(Code) | | Set up the proxy parametrs
throws: DeploymentException - |
toString | public String toString()(Code) | | Return a string representation of the current config state.
|
|
|
|