eu.xtreemos.xati.API
Class XTest

java.lang.Object
  extended by eu.xtreemos.xati.API.XTest

public class XTest
extends java.lang.Object

Author:
gregor.pipan@xlab.si

Field Summary
static java.lang.String servicename
           
 
Constructor Summary
XTest()
           
 
Method Summary
static void activateLateInvocation()
           
static java.lang.Integer blockThread(java.lang.String __param)
           
static java.lang.Integer delegateExecution(CommunicationAddress __targetAddress)
           
static java.lang.Integer externalProcess(java.lang.Integer __in)
           
static java.util.ArrayList<CommunicationAddress> getDaemons()
           
static java.lang.Integer indirectExternalProcess(java.lang.Integer __in)
           
static java.lang.Integer secondBlockThread(java.lang.Integer __p)
           
static java.lang.Object testLateInvocation(java.lang.Object __parameter)
           
static java.util.ArrayList testPackets(java.lang.Integer __prefix, java.lang.Integer __len)
           
 
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
Constructor Detail

XTest

public XTest()
Method Detail

getDaemons

public static java.util.ArrayList<CommunicationAddress> getDaemons()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

testLateInvocation

public static java.lang.Object testLateInvocation(java.lang.Object __parameter)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

activateLateInvocation

public static void activateLateInvocation()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

delegateExecution

public static java.lang.Integer delegateExecution(CommunicationAddress __targetAddress)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

blockThread

public static java.lang.Integer blockThread(java.lang.String __param)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

secondBlockThread

public static java.lang.Integer secondBlockThread(java.lang.Integer __p)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testPackets

public static java.util.ArrayList testPackets(java.lang.Integer __prefix,
                                              java.lang.Integer __len)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

externalProcess

public static java.lang.Integer externalProcess(java.lang.Integer __in)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

indirectExternalProcess

public static java.lang.Integer indirectExternalProcess(java.lang.Integer __in)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception