|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addReadAllowAddress(java.net.InetAddress i)
remove a read forbiden adress |
void |
addReadForbidenAddress(java.net.InetAddress i)
add a read forbiden address |
void |
addWriteAllowAddress(java.net.InetAddress i)
remove a write forbiden adress |
void |
addWriteForbidenAddress(java.net.InetAddress i)
add a write forbiden address |
void |
allowReadAll()
Allow everybody read |
void |
allowWriteAll()
Allow everybody write |
void |
forbidReadAll()
Forbid everybody read |
void |
forbidWriteAll()
Forbid everybody write |
boolean |
isReadAllow(java.net.InetAddress i)
Tets if a InetAdress is allow to read |
boolean |
isReadAllowAll()
is read allow for all |
boolean |
isWriteAllow(java.net.InetAddress i)
Tets if a InetAdress is allow for writting |
boolean |
isWriteAllowAll()
is allow for all writer |
java.lang.String[] |
list()
|
java.net.InetAddress[] |
listReadAllowedAddress()
list read Allowed Adress |
java.net.InetAddress[] |
listReadForbidenAddress()
list read forbiden adress |
java.net.InetAddress[] |
listWriteAllowedAddress()
list write Allowed Adress |
java.net.InetAddress[] |
listWriteForbidenAddress()
list write forbiden adress |
void |
ping()
|
void |
purge()
|
void |
setVerbose(boolean verbose)
|
void |
stop()
|
Method Detail |
public void stop() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setVerbose(boolean verbose) throws java.rmi.RemoteException
java.rmi.RemoteException
public void ping() throws java.rmi.RemoteException
java.rmi.RemoteException
public void purge() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String[] list() throws java.rmi.RemoteException
java.rmi.RemoteException
public void allowWriteAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public void forbidWriteAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public void addWriteForbidenAddress(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
public void addWriteAllowAddress(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
public java.net.InetAddress[] listWriteForbidenAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.net.InetAddress[] listWriteAllowedAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isWriteAllowAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isWriteAllow(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
public void allowReadAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public void forbidReadAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public void addReadForbidenAddress(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
public void addReadAllowAddress(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
public java.net.InetAddress[] listReadForbidenAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.net.InetAddress[] listReadAllowedAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isReadAllowAll() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isReadAllow(java.net.InetAddress i) throws java.rmi.RemoteException
i
-
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |