|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.services.SVivaldi
public class SVivaldi
Field Summary | |
---|---|
private CommunicationAddress |
_accesspoint_remoteaddress
|
private eu.xtreemos.system.eventmachine.queue.Context |
context
|
static java.lang.String |
servicename
AUTOGENERATED CODE |
Constructor Summary | |
---|---|
SVivaldi(eu.xtreemos.system.eventmachine.queue.Context context)
|
Method Summary | |
---|---|
void |
getCoordinates()
Return local coordinates. |
void |
getCoordinates(eu.xtreemos.system.communication.bus.CallbackMessage callback)
Return local coordinates. |
void |
getCoordinates(eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Return local coordinates. |
void |
getRemoteCoordinates(CommunicationAddress __ca)
AUTOGENERATED CODE |
void |
getRemoteCoordinates(CommunicationAddress __ca,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getRemoteCoordinates(CommunicationAddress __ca,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
getVivaldiCoordinatesReply(VivaldiCoordinates __vc)
|
void |
getVivaldiCoordinatesReply(VivaldiCoordinates __vc,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
getVivaldiCoordinatesReply(VivaldiCoordinates __vc,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons)
|
void |
initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
initializeVivaldi()
This is for initializing Vivaldi from XATI interface. |
void |
initializeVivaldi(eu.xtreemos.system.communication.bus.CallbackMessage callback)
This is for initializing Vivaldi from XATI interface. |
void |
initializeVivaldi(eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
This is for initializing Vivaldi from XATI interface. |
void |
initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons)
When we get all daemons back. |
void |
initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
When we get all daemons back. |
void |
initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
When we get all daemons back. |
void |
initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc)
Handle callback from other vivaldi node |
void |
initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Handle callback from other vivaldi node |
void |
initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Handle callback from other vivaldi node |
void |
initializeVivaldiRemote(CommunicationAddress __remoteAddress)
This is for calling initialize Vivaldi from service |
void |
initializeVivaldiRemote(CommunicationAddress __remoteAddress,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
This is for calling initialize Vivaldi from service |
void |
initializeVivaldiRemote(CommunicationAddress __remoteAddress,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
This is for calling initialize Vivaldi from service |
void |
initializeVivaldiRemoteHandler()
|
void |
initializeVivaldiRemoteHandler(eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
initializeVivaldiRemoteHandler(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 |
---|
public static java.lang.String servicename
private eu.xtreemos.system.eventmachine.queue.Context context
private CommunicationAddress _accesspoint_remoteaddress
Constructor Detail |
---|
public SVivaldi(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail |
---|
public void setRemoteaddress(CommunicationAddress _accesspoint_remoteaddress)
public void getRemoteCoordinates(CommunicationAddress __ca)
public void getRemoteCoordinates(CommunicationAddress __ca, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getRemoteCoordinates(CommunicationAddress __ca, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getVivaldiCoordinatesReply(VivaldiCoordinates __vc)
public void getVivaldiCoordinatesReply(VivaldiCoordinates __vc, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getVivaldiCoordinatesReply(VivaldiCoordinates __vc, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void getCoordinates()
public void getCoordinates(eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void getCoordinates(eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void initializeVivaldi()
public void initializeVivaldi(eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void initializeVivaldi(eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons)
alDaemons
- public void initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons, eu.xtreemos.system.communication.bus.CallbackMessage callback)
alDaemons
- public void initializeVivaldiGotDeamons(java.util.ArrayList<CommunicationAddress> __alDaemons, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
alDaemons
- public void initializeVivaldiRemote(CommunicationAddress __remoteAddress)
public void initializeVivaldiRemote(CommunicationAddress __remoteAddress, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void initializeVivaldiRemote(CommunicationAddress __remoteAddress, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void initializeVivaldiRemoteHandler()
public void initializeVivaldiRemoteHandler(eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void initializeVivaldiRemoteHandler(eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
public void initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc)
vc
- public void initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc, eu.xtreemos.system.communication.bus.CallbackMessage callback)
vc
- public void initializeVivaldiGotDeamonsHandle(VivaldiCoordinates __vc, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
vc
- public void initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons)
public void initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons, eu.xtreemos.system.communication.bus.CallbackMessage callback)
public void initHandler(java.util.ArrayList<CommunicationAddress> __alDaemons, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |