addReadAllowAddress
public void addReadAllowAddress(InetAddress i)
throws RemoteException
remove a read forbiden adress
i
-
addReadForbidenAddress
public void addReadForbidenAddress(InetAddress i)
throws RemoteException
add a read forbiden address
i
-
addWriteAllowAddress
public void addWriteAllowAddress(InetAddress i)
throws RemoteException
remove a write forbiden adress
i
-
addWriteForbidenAddress
public void addWriteForbidenAddress(InetAddress i)
throws RemoteException
add a write forbiden address
i
-
allowReadAll
public void allowReadAll()
throws RemoteException
Allow everybody read
allowWriteAll
public void allowWriteAll()
throws RemoteException
Allow everybody write
forbidReadAll
public void forbidReadAll()
throws RemoteException
Forbid everybody read
forbidWriteAll
public void forbidWriteAll()
throws RemoteException
Forbid everybody write
isReadAllow
public boolean isReadAllow(InetAddress i)
throws RemoteException
Tets if a InetAdress is allow to read
i
-
isReadAllowAll
public boolean isReadAllowAll()
throws RemoteException
is read allow for all
isWriteAllow
public boolean isWriteAllow(InetAddress i)
throws RemoteException
Tets if a InetAdress is allow for writting
i
-
isWriteAllowAll
public boolean isWriteAllowAll()
throws RemoteException
is allow for all writer
list
public String[] list()
throws RemoteException
- Guillaume Riviere purge the registry
listReadAllowedAddress
public InetAddress[] listReadAllowedAddress()
throws RemoteException
list read Allowed Adress
listReadForbidenAddress
public InetAddress[] listReadForbidenAddress()
throws RemoteException
list read forbiden adress
listWriteAllowedAddress
public InetAddress[] listWriteAllowedAddress()
throws RemoteException
list write Allowed Adress
listWriteForbidenAddress
public InetAddress[] listWriteForbidenAddress()
throws RemoteException
list write forbiden adress
ping
public void ping()
throws RemoteException
- Guillaume Riviere
purge
public void purge()
throws RemoteException
- Guillaume Riviere purge the registry
setVerbose
public void setVerbose(boolean verbose)
throws RemoteException
- Guillaume Riviere Set the Flag Verbose
stop
public void stop()
throws RemoteException
- riviereg Stop Method