|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of the Query and Notification Web Service.
Changes:
alexis.grandemange@pagebox.net
Copyright (c) 2002-2003 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
Method Summary | |
byte[] |
frameSend(byte[] frame)
Send the frame to the next station on the adjacency list. |
byte[] |
GetSubscribers(java.lang.String archive)
Query API. |
void |
Notify(java.lang.String archive,
byte[] subscribers)
Called by relay to notify the success or failure of a deployment. |
void |
NotifyFix(java.lang.String subscriber,
byte[] archives)
Called by Reinstall to change the archive status from PageBox err to installed. |
void |
tokenRegister(java.lang.String subscriber)
Token management method. |
void |
tokenUnregister(java.lang.String subscriber)
Token management method. |
Method Detail |
public byte[] GetSubscribers(java.lang.String archive) throws java.rmi.RemoteException
archive
- archive name
java.rmi.RemoteException
public void Notify(java.lang.String archive, byte[] subscribers) throws java.rmi.RemoteException
archive
- archive name
java.rmi.RemoteException
public void NotifyFix(java.lang.String subscriber, byte[] archives) throws java.rmi.RemoteException
subscriber
- PageBox whose setting pb was fixed
java.rmi.RemoteException
public byte[] frameSend(byte[] frame) throws java.rmi.RemoteException
frame
- serialized sent frame
java.rmi.RemoteException
public void tokenRegister(java.lang.String subscriber) throws java.rmi.RemoteException
subscriber
- PageBox whose setting pb was fixed
java.rmi.RemoteException
public void tokenUnregister(java.lang.String subscriber) throws java.rmi.RemoteException
subscriber
- PageBox whose setting pb was fixed
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |