|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminRMI
For admin call back
| Method Summary | |
|---|---|
void |
addNewBBSMessageInClient(BBSMessage message)
Add new bbs message in client |
void |
announceOnlineAdmin(ClientMessage msg)
Show dialog in admin |
boolean |
ckeckAlive()
For server to check alive |
void |
deleteBBSMessageInClient(java.lang.String boardID,
java.lang.String MessageID)
Delete bbs message in client. |
java.lang.String |
getProductVersion()
Get the client version |
void |
kickout()
Kick out the user. |
void |
notifyServerShutdown()
When server shut down, notify the online user. |
void |
serverShutdown(int min)
Server shutdown after the specified minutes. |
| Method Detail |
|---|
void addNewBBSMessageInClient(BBSMessage message)
throws java.rmi.RemoteException
message - the given BBSMessage
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
void announceOnlineAdmin(ClientMessage msg)
throws java.rmi.RemoteException
ClientMessage - the given message
java.rmi.RemoteException - exception occirs during the execution of a remote method
callClientMessage
boolean ckeckAlive()
throws java.rmi.RemoteException
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
void deleteBBSMessageInClient(java.lang.String boardID,
java.lang.String MessageID)
throws java.rmi.RemoteException
boardID - the given board idMessageID - the given message id
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
java.lang.String getProductVersion()
throws java.rmi.RemoteException
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
void kickout()
throws java.rmi.RemoteException
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
void notifyServerShutdown()
throws java.rmi.RemoteException
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
void serverShutdown(int min)
throws java.rmi.RemoteException
min - the given minute
java.rmi.RemoteException - exception occurs during the execution of a remote method
call
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||