org.tfe.core
Interface AlertServerOperations
- All Known Subinterfaces:
- AlertServer
- All Known Implementing Classes:
- _AlertServerStub, AlertServerPOA
- public interface AlertServerOperations
org/tfe/core/AlertServerOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from E:/IDEA-1.1/src/org/tfe/core.idl
Tuesday, September 2, 2003 12:13:48 AM EDT
|
Method Summary |
User |
authenticate(java.lang.String username,
java.lang.String passwordHash)
|
void |
deregisterApp(User user,
int appnum)
|
Alert |
get(User user,
int index)
|
Alert |
getAlert(User user,
int ID)
|
int |
getAlertBufferSize(User user)
|
int |
getNumClients(User user)
|
int |
getNumCollections(User user)
|
int |
getNumUsers(User user)
|
java.lang.String |
getServerStatus(User user)
|
int |
registerApp(AppsCallBack objRef,
User user,
java.lang.String host)
|
void |
removeAlert(int ID,
User user,
java.lang.String host)
|
java.lang.String |
requestSeed(java.lang.String username)
|
void |
resetAlerts(User user,
java.lang.String host)
|
void |
sendMessage(User user,
java.lang.String message)
|
getAlert
public Alert getAlert(User user,
int ID)
throws NotAuthorizedException
NotAuthorizedException
get
public Alert get(User user,
int index)
throws NotAuthorizedException
NotAuthorizedException
resetAlerts
public void resetAlerts(User user,
java.lang.String host)
throws NotAuthorizedException
NotAuthorizedException
removeAlert
public void removeAlert(int ID,
User user,
java.lang.String host)
throws NotAuthorizedException
NotAuthorizedException
registerApp
public int registerApp(AppsCallBack objRef,
User user,
java.lang.String host)
throws NotAuthorizedException
NotAuthorizedException
deregisterApp
public void deregisterApp(User user,
int appnum)
throws NotAuthorizedException
NotAuthorizedException
getAlertBufferSize
public int getAlertBufferSize(User user)
throws NotAuthorizedException
NotAuthorizedException
sendMessage
public void sendMessage(User user,
java.lang.String message)
throws NotAuthorizedException
NotAuthorizedException
getServerStatus
public java.lang.String getServerStatus(User user)
throws NotAuthorizedException
NotAuthorizedException
requestSeed
public java.lang.String requestSeed(java.lang.String username)
authenticate
public User authenticate(java.lang.String username,
java.lang.String passwordHash)
throws AuthenticationFailedException
AuthenticationFailedException
getNumUsers
public int getNumUsers(User user)
throws NotAuthorizedException
NotAuthorizedException
getNumClients
public int getNumClients(User user)
throws NotAuthorizedException
NotAuthorizedException
getNumCollections
public int getNumCollections(User user)
throws NotAuthorizedException
NotAuthorizedException