PageBoxLib
Class TokenCallbackImpl.RepositoryReg

java.lang.Object
  extended byPageBoxLib.TokenCallbackImpl.RepositoryReg
Enclosing class:
TokenCallbackImpl

class TokenCallbackImpl.RepositoryReg
extends java.lang.Object

TokenCallbackImpl.callbacks entry.


Field Summary
private  java.util.HashMap callbacks
          Key: archive name Value: CallbackSender object
(package private)  Deployer deployer
          DeployIF invocation class
private  boolean isRegistered
          True if the PageBox is registered on the ring.
(package private)  Querier querier
          RepoQuery invocation class
(package private)  java.lang.String repUrl
          Repository URL
private  boolean toRemove
          True when must be removed when next frame is processed
 
Constructor Summary
(package private) TokenCallbackImpl.RepositoryReg()
           
 
Method Summary
private  java.lang.String register(java.lang.String repUrl)
          Registers on the ring to be added to the adjacency list.
private  java.lang.String unregister()
          Unregisters on the ring to be removed from the adjacency list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRegistered

private boolean isRegistered
True if the PageBox is registered on the ring.


toRemove

private boolean toRemove
True when must be removed when next frame is processed


callbacks

private java.util.HashMap callbacks


deployer

Deployer deployer
DeployIF invocation class


querier

Querier querier
RepoQuery invocation class


repUrl

java.lang.String repUrl
Repository URL

Constructor Detail

TokenCallbackImpl.RepositoryReg

TokenCallbackImpl.RepositoryReg()
Method Detail

register

private java.lang.String register(java.lang.String repUrl)
Registers on the ring to be added to the adjacency list.

Returns:
error message or null in case of success

unregister

private java.lang.String unregister()
Unregisters on the ring to be removed from the adjacency list.

Returns:
error message or null in case of success