Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
UnicastRemoteObject
org.objectweb.carol.jndi.registry.RegistryManagerImpl
Constructor Summary | |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
String[] |
|
InetAddress[] |
|
InetAddress[] |
|
InetAddress[] |
|
InetAddress[] |
|
void |
|
void |
|
void |
|
void |
|
public void addReadAllowAddress(InetAddress i) throws RemoteException
remove a read forbiden adress
- Specified by:
- addReadAllowAddress in interface RegistryManager
- Parameters:
i
-
public void addReadForbidenAddress(InetAddress i) throws RemoteException
add a read forbiden address
- Specified by:
- addReadForbidenAddress in interface RegistryManager
- Parameters:
i
-
public void addWriteAllowAddress(InetAddress i) throws RemoteException
remove a write forbiden adress
- Specified by:
- addWriteAllowAddress in interface RegistryManager
- Parameters:
i
-
public void addWriteForbidenAddress(InetAddress i) throws RemoteException
add a write forbiden address
- Specified by:
- addWriteForbidenAddress in interface RegistryManager
- Parameters:
i
-
public void allowReadAll() throws RemoteException
Allow everybody read
- Specified by:
- allowReadAll in interface RegistryManager
public void allowWriteAll() throws RemoteException
Allow everybody write
- Specified by:
- allowWriteAll in interface RegistryManager
public void forbidReadAll() throws RemoteException
Forbid everybody read
- Specified by:
- forbidReadAll in interface RegistryManager
public void forbidWriteAll() throws RemoteException
Forbid everybody write
- Specified by:
- forbidWriteAll in interface RegistryManager
public boolean isReadAllow(InetAddress i) throws RemoteException
Tets if a InetAdress is allow to read
- Specified by:
- isReadAllow in interface RegistryManager
- Parameters:
i
-
- Returns:
public boolean isReadAllowAll() throws RemoteException
is read allow for all
- Specified by:
- isReadAllowAll in interface RegistryManager
- Returns:
public boolean isWriteAllow(InetAddress i) throws RemoteException
Tets if a InetAdress is allow for writting
- Specified by:
- isWriteAllow in interface RegistryManager
- Parameters:
i
-
- Returns:
public boolean isWriteAllowAll() throws RemoteException
is allow for all writer
- Specified by:
- isWriteAllowAll in interface RegistryManager
- Returns:
public String[] list() throws RemoteException
- Specified by:
- list in interface RegistryManager
- Author:
- Guillaume Riviere purge the registry
public InetAddress[] listReadAllowedAddress() throws RemoteException
list read Allowed Adress
- Specified by:
- listReadAllowedAddress in interface RegistryManager
- Returns:
public InetAddress[] listReadForbidenAddress() throws RemoteException
list read forbiden adress
- Specified by:
- listReadForbidenAddress in interface RegistryManager
- Returns:
public InetAddress[] listWriteAllowedAddress() throws RemoteException
list write Allowed Adress
- Specified by:
- listWriteAllowedAddress in interface RegistryManager
- Returns:
public InetAddress[] listWriteForbidenAddress() throws RemoteException
list write forbiden adress
- Specified by:
- listWriteForbidenAddress in interface RegistryManager
- Returns:
public void purge() throws RemoteException
- Specified by:
- purge in interface RegistryManager
- Author:
- Guillaume Riviere purge the registry
public void setVerbose(boolean verbose) throws RemoteException
- Specified by:
- setVerbose in interface RegistryManager