|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.msmqadapter.ewayconn.MSMQEndpoint
public class MSMQEndpoint
This class implements the EwayActivationSepc interface. It is required that it has a public constructor without arguments.
| Field Summary | |
|---|---|
protected int |
AccessMode
|
protected java.lang.String |
AccessModeOption
|
protected MSMQHandle |
hQueue
|
protected java.lang.String |
inMsMQTransactionType
|
protected java.lang.String |
InQueueAlias
|
protected MSMQAPI |
msmqapi
|
protected java.lang.String |
RcvActionOption
|
protected int |
ShareMode
|
| Constructor Summary | |
|---|---|
MSMQEndpoint()
Default constructor |
|
| Method Summary | |
|---|---|
void |
activation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.BootstrapContext aContext,
com.stc.configuration.IConfiguration aConfiguration,
com.stc.connector.management.util.ObjectReference aMonitor)
Activate eWay endpoint. |
void |
deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
Deactivate (terminate) eWay endpoint. |
protected MSMQInboundConfiguration |
getConfiguration()
Gets the MSMQ inbound configuration |
com.stc.connector.framework.util.ConfigurationHelper |
getConfigurationHelper()
|
protected javax.resource.spi.endpoint.MessageEndpointFactory |
getMessageEndpointFactory()
Returns the MessageEndpointFactory for this activation. |
com.stc.connector.management.util.ObjectReference |
getMonitor()
Obtain the management object associated with this object. |
protected com.stc.connector.framework.util.SemiSema |
getSema()
Returns the semi-semaphore for this activation. |
protected javax.resource.spi.work.WorkManager |
getWorkManager()
Gets the WorkManager. |
javax.transaction.xa.XAResource |
getXAResource()
Get the XAResource from the current active eWay endpoint. |
boolean |
isSuspended()
Determine whether the eWay activation represented by this context, is suspended. |
void |
setMonitor(com.stc.connector.management.util.ObjectReference aMonitor)
Designate a eWay ActivationSpec MBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String inMsMQTransactionType
protected MSMQAPI msmqapi
protected MSMQHandle hQueue
protected java.lang.String RcvActionOption
protected int AccessMode
protected java.lang.String AccessModeOption
protected int ShareMode
protected java.lang.String InQueueAlias
| Constructor Detail |
|---|
public MSMQEndpoint()
| Method Detail |
|---|
public void setMonitor(com.stc.connector.management.util.ObjectReference aMonitor)
setMonitor in interface com.stc.connector.management.STCManagedSlavembean - A STCActivationSpecMonitorBeanpublic com.stc.connector.management.util.ObjectReference getMonitor()
STCActivationSpecMonitorBean or null if there is no
designated management object.public boolean isSuspended()
true if the eWay is suspended.
public void activation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.BootstrapContext aContext,
com.stc.configuration.IConfiguration aConfiguration,
com.stc.connector.management.util.ObjectReference aMonitor)
throws javax.resource.ResourceException
activation in interface com.stc.connector.framework.eway.EwayEndpointmef - The MessageEndpointFactory assoicated with the activation.ari - The instance of STCPropertiesInfo which contains the
information for creating an endpoint activation.
javax.resource.NotSupportedException - upon error.
javax.resource.ResourceExceptionpublic void deactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef)
deactivation in interface com.stc.connector.framework.eway.EwayEndpointmef - The MessageEndpointFactory assoicated with the activation.
public javax.transaction.xa.XAResource getXAResource()
throws javax.resource.ResourceException
getXAResource in interface com.stc.connector.framework.eway.EwayEndpointjavax.resource.ResourceException - upon error.protected com.stc.connector.framework.util.SemiSema getSema()
public com.stc.connector.framework.util.ConfigurationHelper getConfigurationHelper()
protected javax.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory()
protected javax.resource.spi.work.WorkManager getWorkManager()
protected MSMQInboundConfiguration getConfiguration()
|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||