eu.xtreemos.xosd.services
Class SXMLService
java.lang.Object
eu.xtreemos.xosd.services.SXMLService
public class SXMLService
- extends java.lang.Object
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 |
servicename
public static java.lang.String servicename
- AUTOGENERATED CODE
context
private eu.xtreemos.system.eventmachine.queue.Context context
_accesspoint_remoteaddress
private CommunicationAddress _accesspoint_remoteaddress
SXMLService
public SXMLService(eu.xtreemos.system.eventmachine.queue.Context context)
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)