|
|||||||||||
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.RemoteServer
java.rmi.server.UnicastRemoteObject
org.objectweb.carol.jndi.registry.RegistryManagerImpl
Field Summary |
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary | |
protected |
RegistryManagerImpl()
|
protected |
RegistryManagerImpl(ManageableRegistry reg)
|
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()
|
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected RegistryManagerImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
protected RegistryManagerImpl(ManageableRegistry reg) throws java.rmi.RemoteException
java.rmi.RemoteException
Method Detail |
public void stop() throws java.rmi.RemoteException
stop
in interface RegistryManager
java.rmi.RemoteException
public void setVerbose(boolean verbose) throws java.rmi.RemoteException
setVerbose
in interface RegistryManager
java.rmi.RemoteException
public void ping() throws java.rmi.RemoteException
ping
in interface RegistryManager
java.rmi.RemoteException
public void purge() throws java.rmi.RemoteException
purge
in interface RegistryManager
java.rmi.RemoteException
public java.lang.String[] list() throws java.rmi.RemoteException
list
in interface RegistryManager
java.rmi.RemoteException
public void allowWriteAll() throws java.rmi.RemoteException
allowWriteAll
in interface RegistryManager
java.rmi.RemoteException
public void forbidWriteAll() throws java.rmi.RemoteException
forbidWriteAll
in interface RegistryManager
java.rmi.RemoteException
public void addWriteForbidenAddress(java.net.InetAddress i) throws java.rmi.RemoteException
addWriteForbidenAddress
in interface RegistryManager
i
-
java.rmi.RemoteException
public void addWriteAllowAddress(java.net.InetAddress i) throws java.rmi.RemoteException
addWriteAllowAddress
in interface RegistryManager
i
-
java.rmi.RemoteException
public java.net.InetAddress[] listWriteForbidenAddress() throws java.rmi.RemoteException
listWriteForbidenAddress
in interface RegistryManager
java.rmi.RemoteException
public java.net.InetAddress[] listWriteAllowedAddress() throws java.rmi.RemoteException
listWriteAllowedAddress
in interface RegistryManager
java.rmi.RemoteException
public boolean isWriteAllowAll() throws java.rmi.RemoteException
isWriteAllowAll
in interface RegistryManager
java.rmi.RemoteException
public boolean isWriteAllow(java.net.InetAddress i) throws java.rmi.RemoteException
isWriteAllow
in interface RegistryManager
i
-
java.rmi.RemoteException
public void allowReadAll() throws java.rmi.RemoteException
allowReadAll
in interface RegistryManager
java.rmi.RemoteException
public void forbidReadAll() throws java.rmi.RemoteException
forbidReadAll
in interface RegistryManager
java.rmi.RemoteException
public void addReadForbidenAddress(java.net.InetAddress i) throws java.rmi.RemoteException
addReadForbidenAddress
in interface RegistryManager
i
-
java.rmi.RemoteException
public void addReadAllowAddress(java.net.InetAddress i) throws java.rmi.RemoteException
addReadAllowAddress
in interface RegistryManager
i
-
java.rmi.RemoteException
public java.net.InetAddress[] listReadForbidenAddress() throws java.rmi.RemoteException
listReadForbidenAddress
in interface RegistryManager
java.rmi.RemoteException
public java.net.InetAddress[] listReadAllowedAddress() throws java.rmi.RemoteException
listReadAllowedAddress
in interface RegistryManager
java.rmi.RemoteException
public boolean isReadAllowAll() throws java.rmi.RemoteException
isReadAllowAll
in interface RegistryManager
java.rmi.RemoteException
public boolean isReadAllow(java.net.InetAddress i) throws java.rmi.RemoteException
isReadAllow
in interface RegistryManager
i
-
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |