|
|||||||||
| 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)
Test if an owner is the owner of the temporary result. |
void |
registerOwner(java.lang.String owner,
java.lang.String tempResult)
Register the owner of a temporary result. |
void |
removeOwner(java.lang.String owner,
java.lang.String tempResult)
Remove the owner of the temporary result. |
void |
removeOwnersIfTimeout()
Remove the temporary result owners if the timeout reached. |
void |
setTimeout(long timeouts)
Set the timeouts of temporary result owner record in miliseconds. |
| Method Detail |
|---|
void setTimeout(long timeouts)
throws java.rmi.RemoteException
timeout - the timeouts of temporary result owner record in miliseconds.
java.rmi.RemoteException - if a RemoteException occurs.
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 a RemoteException occurs.
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 a RemoteException occurs.
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 a RemoteException occurs.
void removeOwnersIfTimeout()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||