org.tfe.core
Class _AlertServerStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.tfe.core._AlertServerStub
All Implemented Interfaces:
AlertServer, AlertServerOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _AlertServerStub
extends org.omg.CORBA.portable.ObjectImpl
implements AlertServer

org/tfe/core/_AlertServerStub.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

See Also:
Serialized Form

Constructor Summary
_AlertServerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_AlertServerStub

public _AlertServerStub()
Method Detail

getAlert

public Alert getAlert(User user,
                      int ID)
               throws NotAuthorizedException
Specified by:
getAlert in interface AlertServerOperations
NotAuthorizedException

get

public Alert get(User user,
                 int index)
          throws NotAuthorizedException
Specified by:
get in interface AlertServerOperations
NotAuthorizedException

resetAlerts

public void resetAlerts(User user,
                        java.lang.String host)
                 throws NotAuthorizedException
Specified by:
resetAlerts in interface AlertServerOperations
NotAuthorizedException

removeAlert

public void removeAlert(int ID,
                        User user,
                        java.lang.String host)
                 throws NotAuthorizedException
Specified by:
removeAlert in interface AlertServerOperations
NotAuthorizedException

registerApp

public int registerApp(AppsCallBack objRef,
                       User user,
                       java.lang.String host)
                throws NotAuthorizedException
Specified by:
registerApp in interface AlertServerOperations
NotAuthorizedException

deregisterApp

public void deregisterApp(User user,
                          int appnum)
                   throws NotAuthorizedException
Specified by:
deregisterApp in interface AlertServerOperations
NotAuthorizedException

getAlertBufferSize

public int getAlertBufferSize(User user)
                       throws NotAuthorizedException
Specified by:
getAlertBufferSize in interface AlertServerOperations
NotAuthorizedException

sendMessage

public void sendMessage(User user,
                        java.lang.String message)
                 throws NotAuthorizedException
Specified by:
sendMessage in interface AlertServerOperations
NotAuthorizedException

getServerStatus

public java.lang.String getServerStatus(User user)
                                 throws NotAuthorizedException
Specified by:
getServerStatus in interface AlertServerOperations
NotAuthorizedException

requestSeed

public java.lang.String requestSeed(java.lang.String username)
Specified by:
requestSeed in interface AlertServerOperations

authenticate

public User authenticate(java.lang.String username,
                         java.lang.String passwordHash)
                  throws AuthenticationFailedException
Specified by:
authenticate in interface AlertServerOperations
AuthenticationFailedException

getNumUsers

public int getNumUsers(User user)
                throws NotAuthorizedException
Specified by:
getNumUsers in interface AlertServerOperations
NotAuthorizedException

getNumClients

public int getNumClients(User user)
                  throws NotAuthorizedException
Specified by:
getNumClients in interface AlertServerOperations
NotAuthorizedException

getNumCollections

public int getNumCollections(User user)
                      throws NotAuthorizedException
Specified by:
getNumCollections in interface AlertServerOperations
NotAuthorizedException

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl