|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Api
Method Summary | |
---|---|
java.lang.String |
addGroup(java.lang.String userId,
java.lang.String groupId,
GroupInfo groupInfo)
|
java.lang.String |
addMember(java.lang.String memberId,
java.lang.String groupId,
ObjectLaCOLLA memberInfo,
java.lang.String role,
java.lang.String username,
java.lang.String password,
java.lang.String emailAddress)
|
void |
disseminateEvent(java.lang.String groupId,
Event evt)
Deprecated. |
void |
disseminateEvent(java.lang.String groupId,
Event evt)
|
java.util.ArrayList |
eventsRelatedTo(java.lang.String groupId,
java.lang.String objectId)
|
GroupInfo |
getInfoGroup(java.lang.String userId,
java.lang.String groupId,
java.lang.String aplicId)
|
void |
getInfoMember(ObjectLaCOLLA obj,
java.lang.String localPath)
Deprecated. |
ObjectLaCOLLA |
getInfoMember(java.lang.String memberId,
java.lang.String groupId,
java.lang.String localPath)
|
void |
getInfoObject(java.lang.String groupId,
java.lang.String objectId)
|
void |
getObject(ObjectLaCOLLA obj,
java.lang.String localPath)
Deprecated. |
void |
getObject(ObjectLaCOLLA obj,
java.lang.String localPath)
|
void |
getTaskState(java.lang.String idTask,
java.lang.String groupId)
|
java.lang.String |
login(java.lang.String groupId,
java.lang.String userId,
java.lang.String pswd)
|
java.lang.String |
login(java.lang.String groupId,
java.lang.String username,
java.lang.String pswd,
java.lang.String GapaHost,
int GapaPort,
java.lang.String appHost,
int appPort)
|
java.lang.String |
login(java.lang.String groupId,
java.lang.String username,
java.lang.String pswd,
java.lang.String GapaHost,
int GapaPort,
java.lang.String appHost,
int appPort,
TimestampSummary eventSummary)
|
void |
logout(java.lang.String groupId,
java.lang.String userId,
java.lang.String aplicName)
|
ObjectLaCOLLA |
putObject(ObjectLaCOLLA obj)
Deprecated. |
ObjectLaCOLLA |
putObject(ObjectLaCOLLA obj)
|
void |
removeGroup(java.lang.String userId,
java.lang.String groupId)
|
void |
removeObject(java.lang.String groupId,
java.lang.String objectId)
|
void |
sendInstantMessage(java.lang.String memberId,
java.lang.String groupId,
java.lang.Object message,
java.util.ArrayList targetList)
|
void |
stopTask(java.lang.String idTask,
java.lang.String groupId)
|
java.lang.String |
submitTask(byte[] xml,
java.lang.String groupId)
|
Method Detail |
---|
java.lang.String login(java.lang.String groupId, java.lang.String userId, java.lang.String pswd) throws java.rmi.RemoteException
groupId
- - the groupIduserId
- - Usernamepswd
- - Password
java.rmi.RemoteException
java.lang.String login(java.lang.String groupId, java.lang.String username, java.lang.String pswd, java.lang.String GapaHost, int GapaPort, java.lang.String appHost, int appPort) throws java.rmi.RemoteException
groupId
- the group name (can be an string or the ID generated by tyrex)username
- User name (the nick, not the tyrex ID)pswd
- PasswordGapaHost
- the GAPA hostGapaPort
- the GAPA portappHost
- the Application hostappPort
- the Application port
java.rmi.RemoteException
java.lang.String login(java.lang.String groupId, java.lang.String username, java.lang.String pswd, java.lang.String GapaHost, int GapaPort, java.lang.String appHost, int appPort, TimestampSummary eventSummary) throws java.rmi.RemoteException
groupId
- the group name (can be an string or the ID generated by tyrex)username
- User name (the nick, not the tyrex ID)pswd
- PasswordGapaHost
- the GAPA hostGapaPort
- the GAPA portappHost
- the Application hostappPort
- the Application porteventSummary
- the summary of events received
java.rmi.RemoteException
void logout(java.lang.String groupId, java.lang.String userId, java.lang.String aplicName) throws java.rmi.RemoteException
groupId
- - the groupIduserId
- - UsernameaplicName
- - the application id provided by LaCOLLA
java.rmi.RemoteException
void disseminateEvent(java.lang.String groupId, Event evt) throws java.rmi.RemoteException
groupId
- - the groupIdevt
- - the event to disseminate
java.rmi.RemoteException
void disseminateEvent(java.lang.String groupId, Event evt) throws java.rmi.RemoteException
groupId
- - the groupIdevt
- - the event to disseminate
java.rmi.RemoteException
java.util.ArrayList eventsRelatedTo(java.lang.String groupId, java.lang.String objectId) throws java.rmi.RemoteException
groupId
- - the groupIdobjectId
- - the objectId
java.rmi.RemoteException
ObjectLaCOLLA putObject(ObjectLaCOLLA obj) throws java.rmi.RemoteException
obj
- - the ObjectLaCOLLA to be stored
java.rmi.RemoteException
ObjectLaCOLLA putObject(ObjectLaCOLLA obj) throws java.rmi.RemoteException
obj
- - the ObjectLaCOLLA to be stored
java.rmi.RemoteException
void getObject(ObjectLaCOLLA obj, java.lang.String localPath) throws java.rmi.RemoteException
obj
- - the ObjectLaCOLLA to obtain
java.rmi.RemoteException
void getObject(ObjectLaCOLLA obj, java.lang.String localPath) throws java.rmi.RemoteException
obj
- - the ObjectLaCOLLA to obtain. This object must be filled with the objectId and group Id.localPath
- - the qualified filename where LaCOLLA will store the file bytes
java.rmi.RemoteException
- Status: workingvoid getInfoObject(java.lang.String groupId, java.lang.String objectId) throws java.rmi.RemoteException
groupId
- - the groupIdobjectId
- - the objectId
java.rmi.RemoteException
void removeObject(java.lang.String groupId, java.lang.String objectId) throws java.rmi.RemoteException
groupId
- - the groupIdobjectId
- - the objectIdinfoObject
- - the FILE that contains the information of the object.
java.rmi.RemoteException
java.lang.String addGroup(java.lang.String userId, java.lang.String groupId, GroupInfo groupInfo) throws java.rmi.RemoteException
userId
- - the userID provided by LaCOLLA.groupId
- - the new groupId (short version)groupInfo
- - the new groupInfo
java.rmi.RemoteException
void removeGroup(java.lang.String userId, java.lang.String groupId) throws java.rmi.RemoteException
userId
- - the userID provided by LaCOLLA.groupId
- - the groupId
java.rmi.RemoteException
GroupInfo getInfoGroup(java.lang.String userId, java.lang.String groupId, java.lang.String aplicId) throws java.rmi.RemoteException
userId
- - the userID provided by LaCOLLA.groupId
- - the groupIdaplicId
- - the application ID
java.rmi.RemoteException
java.lang.String addMember(java.lang.String memberId, java.lang.String groupId, ObjectLaCOLLA memberInfo, java.lang.String role, java.lang.String username, java.lang.String password, java.lang.String emailAddress) throws java.rmi.RemoteException
memberId
- - the userID provided by LaCOLLA.groupId
- - the groupIdmemberInfo
- - an ObjectLaCOLLA associated with a member information file. This file
will not be read by LaCOLLA; it contains information useful for the application only.role
- - the role of the member in the group {ROOT,USER,...}username
- - the usernamepassword
- - the passwordemailAddress
- - the email address of the new member
java.rmi.RemoteException
void getInfoMember(ObjectLaCOLLA obj, java.lang.String localPath) throws java.rmi.RemoteException
obj
- localPath
-
java.rmi.RemoteException
ObjectLaCOLLA getInfoMember(java.lang.String memberId, java.lang.String groupId, java.lang.String localPath) throws java.rmi.RemoteException
memberId
- groupId
- localPath.
- Qualified filename where LaCOLLA will store the received bytes.
java.rmi.RemoteException
void sendInstantMessage(java.lang.String memberId, java.lang.String groupId, java.lang.Object message, java.util.ArrayList targetList) throws java.rmi.RemoteException
memberId
- - the member identifiergroupId
- - the groupIdmessage
- - the message to be sendtargetList
- - the list of members to send the message to.
java.rmi.RemoteException
java.lang.String submitTask(byte[] xml, java.lang.String groupId) throws java.rmi.RemoteException
xml
- - the task informationgroupId
- - the groupId
java.rmi.RemoteException
void stopTask(java.lang.String idTask, java.lang.String groupId) throws java.rmi.RemoteException
idTask
- - the task identifiergroupId
- - the groupId
java.rmi.RemoteException
void getTaskState(java.lang.String idTask, java.lang.String groupId) throws java.rmi.RemoteException
idTask
- - the task identifiergroupId
- - the groupId
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |