|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteTempResultOwnerManager
Interface RemoteTempResultOwnerManager manages the owners of temporary results.
| Method Summary | |
|---|---|
boolean |
isOwner(java.lang.String owner,
java.lang.String tempResult)
Tests if an owner is the owner of the temporary result. |
void |
registerOwner(java.lang.String owner,
java.lang.String tempResult)
Registers the owner of a temporary result. |
void |
removeOwner(java.lang.String owner,
java.lang.String tempResult)
Removes the owner of the temporary result. |
void |
removeOwnersIfTimeout()
Removes the temporary result owners if the timeout is reached. |
void |
setTimeout(long timeouts)
Sets the timeouts of temporary result owner records in milliseconds. |
| Method Detail |
|---|
void setTimeout(long timeouts)
throws java.rmi.RemoteException
timeout - the timeouts of temporary result owner records in milliseconds.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void registerOwner(java.lang.String owner,
java.lang.String tempResult)
throws java.rmi.RemoteException
owner - the owner of the temporary result.tempResult - the temporary result.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean isOwner(java.lang.String owner,
java.lang.String tempResult)
throws java.rmi.RemoteException
owner - the owner.tempResult - the temporary result.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void removeOwner(java.lang.String owner,
java.lang.String tempResult)
throws java.rmi.RemoteException
owner - the owner of the temporary result.tempResult - the temporary result.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void removeOwnersIfTimeout()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||