|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.impl.AbstractJVMComponent
public abstract class AbstractJVMComponent
This class is an abstract implementation of the JVMComponent interface. It is the base class of the component classes.
| Constructor Summary | |
|---|---|
AbstractJVMComponent()
|
|
| Method Summary | |
|---|---|
void |
configure(JVirtualMachine jvm)
Configures the component via the specified JVM. |
void |
replace(JVMComponent component)
Replaces the data of this component by the data of the specified component. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
getComponentClass |
| Constructor Detail |
|---|
public AbstractJVMComponent()
| Method Detail |
|---|
public void configure(JVirtualMachine jvm)
configure in interface JVMComponentjvm - the Java Virtual Machinepublic void replace(JVMComponent component)
replace in interface JVMComponentcomponent - a component to be used to initialize this component
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||