eu.xtreemos.xosd.services
Class SXMLService

java.lang.Object
  extended by eu.xtreemos.xosd.services.SXMLService

public class SXMLService
extends java.lang.Object


Field Summary
private  CommunicationAddress _accesspoint_remoteaddress
           
private  eu.xtreemos.system.eventmachine.queue.Context context
           
static java.lang.String servicename
          AUTOGENERATED CODE
 
Constructor Summary
SXMLService(eu.xtreemos.system.eventmachine.queue.Context context)
           
 
Method Summary
 void executeCommand(java.nio.ByteBuffer __buffer, java.net.SocketAddress __remoteaddress)
          AUTOGENERATED CODE
 void executeCommand(java.nio.ByteBuffer __buffer, java.net.SocketAddress __remoteaddress, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void executeCommand(java.nio.ByteBuffer __buffer, java.net.SocketAddress __remoteaddress, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void getReply(java.lang.Object __response)
           
 void getReply(java.lang.Object __response, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void getReply(java.lang.Object __response, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicename

public static java.lang.String servicename
AUTOGENERATED CODE


context

private eu.xtreemos.system.eventmachine.queue.Context context

_accesspoint_remoteaddress

private CommunicationAddress _accesspoint_remoteaddress
Constructor Detail

SXMLService

public SXMLService(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail

setRemoteaddress

public void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)

executeCommand

public void executeCommand(java.nio.ByteBuffer __buffer,
                           java.net.SocketAddress __remoteaddress)
AUTOGENERATED CODE


executeCommand

public void executeCommand(java.nio.ByteBuffer __buffer,
                           java.net.SocketAddress __remoteaddress,
                           eu.xtreemos.system.communication.bus.CallbackMessage callback)

executeCommand

public void executeCommand(java.nio.ByteBuffer __buffer,
                           java.net.SocketAddress __remoteaddress,
                           eu.xtreemos.system.communication.bus.CallbackMessage callback,
                           eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)

getReply

public void getReply(java.lang.Object __response)

getReply

public void getReply(java.lang.Object __response,
                     eu.xtreemos.system.communication.bus.CallbackMessage callback)

getReply

public void getReply(java.lang.Object __response,
                     eu.xtreemos.system.communication.bus.CallbackMessage callback,
                     eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)