org.jgap.distr.grid
Interface IGridClientMediator
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DummyGridClientMediator
public interface IGridClientMediator extends java.io.SerializableInterface for grid client mediators.- Since:
- 3.3.3
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidbackupResult(java.lang.Object a_result, java.lang.String a_subDir, java.lang.String a_title)Backs up a result in the given sub directory.voidconnect()voiddisconnect()org.homedns.dade.jcgrid.message.GridMessagegetGridMessage(MessageContext a_context, java.lang.String a_datetime, int a_timeoutSeconds, int a_waitTimeSeconds, boolean a_removeRequest)java.util.ListlistRequests(MessageContext a_context, java.lang.String a_datetime, java.lang.String a_pattern)java.util.ListlistResults(MessageContext a_context, java.lang.String a_datetime, java.lang.String a_pattern)voidremoveMessage(java.lang.Object a_entry)voidsend(org.homedns.dade.jcgrid.message.GridMessage a_msg, MessageContext a_context, java.util.Map<java.lang.String,java.lang.String> a_headerData)voidstop()
-
-
-
Field Detail
-
CVS_REVISION
static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!- See Also:
- Constant Field Values
-
-
Method Detail
-
connect
void connect() throws java.lang.Exception- Throws:
java.lang.Exception
-
disconnect
void disconnect() throws java.lang.Exception- Throws:
java.lang.Exception
-
send
void send(org.homedns.dade.jcgrid.message.GridMessage a_msg, MessageContext a_context, java.util.Map<java.lang.String,java.lang.String> a_headerData) throws java.lang.Exception- Throws:
java.lang.Exception
-
listRequests
java.util.List listRequests(MessageContext a_context, java.lang.String a_datetime, java.lang.String a_pattern) throws java.lang.Exception
- Throws:
java.lang.Exception
-
listResults
java.util.List listResults(MessageContext a_context, java.lang.String a_datetime, java.lang.String a_pattern) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getGridMessage
org.homedns.dade.jcgrid.message.GridMessage getGridMessage(MessageContext a_context, java.lang.String a_datetime, int a_timeoutSeconds, int a_waitTimeSeconds, boolean a_removeRequest) throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeMessage
void removeMessage(java.lang.Object a_entry) throws java.lang.Exception- Throws:
java.lang.Exception
-
stop
void stop() throws java.lang.Exception
- Throws:
java.lang.Exception
-
backupResult
void backupResult(java.lang.Object a_result, java.lang.String a_subDir, java.lang.String a_title) throws java.lang.ExceptionBacks up a result in the given sub directory.- Parameters:
a_result- the result to backupa_subDir- sub directory to store the copy of the result ina_title- the title of the entry to create- Throws:
java.lang.Exception- Since:
- 3.3.4
-
-
DMelt 3.0 © DataMelt by jWork.ORG