Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.management.runtime.component
Class ComponentStateListener.ClientGroup

class ComponentStateListener.ClientGroup      
Represents a group of directory clients.
Any action on a group such as register will be broadcast
to all clients within the group.
Author:
msimonsen
 
 

Field Summary
private final String
private final Logger
Map
ReentrantLock
Method Summary
void
addClient(SimpleDirectoryClient client, String url)
void
void
void
void
Field Detail
cgClassName
private final String cgClassName
Final.
Multiplicity:
1
 

cglogger
private final Logger cglogger
Final.
Multiplicity:
1
 

clients
Map clients
Multiplicity:
1
 

lock
ReentrantLock lock
Multiplicity:
1
 
Method Detail
addClient
void addClient (SimpleDirectoryClient client, String url)
 
 

connect
void connect ()
 
 

disconnect
void disconnect ()
 
 

register
void register (Component comp)
 
Throws:
RegistrationException
 

unRegister
void unRegister (Component comp)
 
Throws:
RegistrationException
 

Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD