jremote jbase5.2.1

com.jbase.jremote.jca.inflow
Class EndpointAdapter

java.lang.Object
  extended by com.jbase.jremote.jca.inflow.EndpointAdapter
All Implemented Interfaces:
EndpointAdapterMBean

public class EndpointAdapter
extends Object
implements EndpointAdapterMBean


Constructor Summary
EndpointAdapter(javax.resource.spi.endpoint.MessageEndpointFactory meFactory, javax.resource.spi.ActivationSpec aSpec)
           
 
Method Summary
 String getHandler()
           
 long getTotalActivations()
           
 byte[] process(String activation, byte[] body)
          Process the request or return null if this Endpoint is not able to process the request.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointAdapter

public EndpointAdapter(javax.resource.spi.endpoint.MessageEndpointFactory meFactory,
                       javax.resource.spi.ActivationSpec aSpec)
Method Detail

process

public byte[] process(String activation,
                      byte[] body)

Process the request or return null if this Endpoint is not able to process the request.

Parameters:
activation -
body -
Returns:
String result

toString

public String toString()
Overrides:
toString in class Object

getHandler

public String getHandler()

getTotalActivations

public long getTotalActivations()
Specified by:
getTotalActivations in interface EndpointAdapterMBean

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.