Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.management.runtime.directory
Class ComponentRegistryEvent
java.util.EventObject
  |
  +--com.newstep.solid.management.runtime.directory.ComponentRegistryEvent
All Implemented Interfaces:
       Serializable

public class ComponentRegistryEvent      
A component registry event.
Author:
msimonsen
 
Links:
Kernel Association Association Link
to Class ComponentInfo
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
 

Nested Class Summary
public Static class
TYPE
Field Summary
TYPE
private final static long
private TYPE
TYPE
deregistration
TYPE
registration
Constructor Summary
public void
Method Summary
public TYPE
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 

source
ComponentInfo source
 

source
private ComponentInfo source
Multiplicity:
1
 

type
TYPE type
 

type
private TYPE type
Multiplicity:
1
 
Constructor Detail
ComponentRegistryEvent
public void ComponentRegistryEvent (ComponentInfo source, TYPE type)
 
Stereotype:
create
 
Method Detail
getSource
public ComponentInfo getSource ()
 
 

getType
public TYPE getType ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD