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

com.newstep.solid.test.management.runtime.directory
Class DirComponent
com.newstep.solid.management.runtime.AsyncManagedExecutable
  |
  +--com.newstep.solid.management.runtime.component.Component
       |
       +--com.newstep.solid.test.management.runtime.directory.DirComponent
All Implemented Interfaces:
       ManagedExecutable

public class DirComponent      
Empty component
Author:
msimonsen
 
Links:
Generalization Generalization Link
to Class Component
Empty component
Author:
msimonsen
 
 

Nested Class Summary
public class
Field Summary
String
protected String
Constructor Summary
protected void
DirComponent(String name)
protected void
public void
Method Summary
protected void
protected void
protected void
public String
public void
init(Configuration configuration, String args)
loadConfig(String args)
public static void
main(String args)
Field Detail
name
String name
 

name
protected String name
Multiplicity:
1
 
Constructor Detail
DirComponent
protected void DirComponent (String name)
 
Stereotype:
create
 

DirComponent
protected void DirComponent ()
 
Stereotype:
create
 
Method Detail
doShutdown
protected void doShutdown ()
 
Throws:
ExecutableException
 

doStart
protected void doStart ()
 
Throws:
ExecutableException
 

doStop
protected void doStop ()
 
Throws:
ExecutableException
 

getName
public String getName ()
 
 

init
public void init (Configuration configuration, String args)
 
Throws:
ExecutableException
 

loadConfig
protected ComponentConfiguration loadConfig (String args)
 
Throws:
ConfigurationException
 

main
public static void main (String args)
 
Static.
 

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