|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
com.bankframe.services.notification.impl.rminotificationserver.RMINotificationServerImpl_Stub
public final class RMINotificationServerImpl_Stub
Constructor Summary | |
---|---|
RMINotificationServerImpl_Stub(RemoteRef ref)
|
Method Summary | |
---|---|
Vector |
broadCast(Node $param_Node_1,
String $param_String_2,
String $param_String_3,
Object $param_Object_4)
This method sends a Notification message to all the RegisteredUsers |
boolean |
isIDRegistered(String $param_String_1)
This method determines whether an ID has been registered already |
Vector |
notifyUser(Node $param_Node_1,
Node $param_Node_2,
String $param_String_3,
String $param_String_4,
Object $param_Object_5,
String $param_String_6)
This method is used to notify a user with a payload |
Vector |
notifyUser(String $param_String_1,
String $param_String_2,
String $param_String_3,
String $param_String_4,
Object $param_Object_5)
This method is used to notify a user with a payload |
Vector |
registerUser(String $param_String_1,
String $param_String_2,
String $param_String_3)
This method is used to register a user |
Vector |
unregisterUser(String $param_String_1)
This method is used to un-register a user |
Vector |
unregisterUser(String $param_String_1,
String $param_String_2,
String $param_String_3)
This method is used to un-register a user |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RMINotificationServerImpl_Stub(RemoteRef ref)
Method Detail |
---|
public Vector broadCast(Node $param_Node_1, String $param_String_2, String $param_String_3, Object $param_Object_4) throws ProcessingErrorException, RemoteException
NotificationServer
broadCast
in interface NotificationServer
$param_Node_1
- Node$param_String_2
- String$param_String_3
- String$param_Object_4
- Object
ProcessingErrorException
RemoteException
public boolean isIDRegistered(String $param_String_1) throws ProcessingErrorException, RemoteException
NotificationServer
isIDRegistered
in interface NotificationServer
$param_String_1
- String
ProcessingErrorException
RemoteException
public Vector notifyUser(Node $param_Node_1, Node $param_Node_2, String $param_String_3, String $param_String_4, Object $param_Object_5, String $param_String_6) throws ProcessingErrorException, RemoteException
NotificationServer
notifyUser
in interface NotificationServer
$param_Node_1
- Node$param_Node_2
- Node$param_String_3
- String$param_String_4
- String$param_Object_5
- Object$param_String_6
- String
ProcessingErrorException
RemoteException
public Vector notifyUser(String $param_String_1, String $param_String_2, String $param_String_3, String $param_String_4, Object $param_Object_5) throws ProcessingErrorException, RemoteException
NotificationServer
notifyUser
in interface NotificationServer
$param_String_1
- String$param_String_2
- String$param_String_3
- String$param_String_4
- String$param_Object_5
- Object
ProcessingErrorException
- This exception is thrown if processing fails
RemoteException
- This exception is thrown if communication fails during the remote method call\public Vector registerUser(String $param_String_1, String $param_String_2, String $param_String_3) throws ProcessingErrorException, RemoteException
NotificationServer
registerUser
in interface NotificationServer
$param_String_1
- String$param_String_2
- String$param_String_3
- String
ProcessingErrorException
- This exception is thrown if processing fails
RemoteException
- This exception is thrown if communication fails during the remote method callpublic Vector unregisterUser(String $param_String_1) throws ProcessingErrorException, RemoteException
NotificationServer
unregisterUser
in interface NotificationServer
$param_String_1
- String
ProcessingErrorException
- This exception is thrown if processing fails
RemoteException
- This exception is thrown if communication fails during the remote method callpublic Vector unregisterUser(String $param_String_1, String $param_String_2, String $param_String_3) throws ProcessingErrorException, RemoteException
NotificationServer
unregisterUser
in interface NotificationServer
$param_String_1
- String$param_String_2
- String$param_String_3
- String
ProcessingErrorException
- This exception is thrown if processing fails
RemoteException
- This exception is thrown if communication fails during the remote method call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |