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

com.newstep.solid.test.management.runtime.directory
Class MSEDirectoryImpl
All Implemented Interfaces:
       ComponentDirectoryMBean

public class MSEDirectoryImpl      
Implements:
ComponentDirectoryMBean
 
Links:
Kernel Association Association Link
to Class GenericListener
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Implementation Implementation Link
to Interface ComponentDirectoryMBean
 
 

Nested Class Summary
class
Field Summary
protected HashSet
protected JMXConnectorServer
protected String
protected ObjectName
protected String
protected List
static Logger
protected int
Method Summary
public void
public synchronized void
public void
handleNotification(Notification notification, Object handback)
private void
protected void
public Set
lookupComponents(String url)
public Set
public static void
main(String args)
public synchronized void
public void
protected void
Field Detail
components
protected HashSet components
Multiplicity:
1
 

connectorServer
protected JMXConnectorServer connectorServer
Multiplicity:
1
 

connectorURL
protected String connectorURL
Multiplicity:
1
 

dirMBeanName
protected ObjectName dirMBeanName
Multiplicity:
1
 

genericListener
private MSEDirectoryImpl.GenericListener genericListener
Multiplicity:
1
 

host
protected String host
Multiplicity:
1
 

listeners
protected List listeners
Multiplicity:
1
 

logger
static Logger logger
Multiplicity:
1
Static.
 

port
protected int port
Multiplicity:
1
 
Method Detail
addListener
public void addListener (ComponentRegistryListener compDirListener)
 
 

deRegister
public synchronized void deRegister (ComponentInfo component)
 
Synchronized.
Throws:
RegistrationException
 

initRMI
private void initRMI ()
 
 

killConnector
protected void killConnector ()
 
Throws:
IOException
 

lookupComponents
public Set lookupComponents (String url)
 
Throws:
RegistrationException
 

lookupComponents
public Set lookupComponents ()
 
Throws:
RegistrationException
 

main
public static void main (String args)
 
Static.
Throws:
Exception
 

register
public synchronized void register (ComponentInfo component)
 
Synchronized.
Throws:
RegistrationException
 

removeListener
public void removeListener (ComponentRegistryListener compDirListener)
 
 

startConnector
protected void startConnector ()
 
Throws:
Exception
 

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