IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.xs.ra
Class XSResourceAdapter

java.lang.Object
  extended by com.ibm.websphere.xs.ra.XSResourceAdapter
All Implemented Interfaces:
ResourceAdapter

public final class XSResourceAdapter
extends Object
implements ResourceAdapter

The eXtreme Scale resource adapter

Since:
8.5, XC10

Constructor Summary
XSResourceAdapter()
           
 
Method Summary
 void endpointActivation(MessageEndpointFactory msgEndpointFactory, ActivationSpec actSpec)
          This method does nothing as endpoint activation is not supported
 void endpointDeactivation(MessageEndpointFactory msgEndpointFactory, ActivationSpec spec)
          This method does nothing as endpoint deactivation is not supported
 XAResource[] getXAResources(ActivationSpec[] spec)
          This method returns null as the XA protocol is not supported
 void start(BootstrapContext ctx)
          This method initializes the eXtreme Scale resource adapter instance
 void stop()
          This method performs the shutdown of the eXtreme Scale resource adapter instance
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSResourceAdapter

public XSResourceAdapter()
Method Detail

endpointActivation

public void endpointActivation(MessageEndpointFactory msgEndpointFactory,
                               ActivationSpec actSpec)
                        throws ResourceException
This method does nothing as endpoint activation is not supported

Specified by:
endpointActivation in interface ResourceAdapter
Throws:
ResourceException
See Also:
ResourceAdapter.endpointActivation(MessageEndpointFactory,ActivationSpec)

endpointDeactivation

public void endpointDeactivation(MessageEndpointFactory msgEndpointFactory,
                                 ActivationSpec spec)
This method does nothing as endpoint deactivation is not supported

Specified by:
endpointDeactivation in interface ResourceAdapter
Throws:
ResourceException
See Also:
ResourceAdapter.endpointDeactivation(MessageEndpointFactory,ActivationSpec)

getXAResources

public XAResource[] getXAResources(ActivationSpec[] spec)
                            throws ResourceException
This method returns null as the XA protocol is not supported

Specified by:
getXAResources in interface ResourceAdapter
Throws:
ResourceException
See Also:
ResourceAdapter.getXAResources(ActivationSpec[])

start

public void start(BootstrapContext ctx)
           throws ResourceAdapterInternalException
This method initializes the eXtreme Scale resource adapter instance

Specified by:
start in interface ResourceAdapter
Throws:
ResourceAdapterInternalException
See Also:
ResourceAdapter.start(BootstrapContext)

stop

public void stop()
This method performs the shutdown of the eXtreme Scale resource adapter instance

Specified by:
stop in interface ResourceAdapter
See Also:
ResourceAdapter.stop()

toString

public String toString()
Overrides:
toString in class Object

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.