|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JVMComponent
The JVMComponent interface represents a JVM component i.e. a functional data unit or a data storage capability.
JVirtualMachine| Method Summary | |
|---|---|
void |
configure(JVirtualMachine jvm)
Configures the component via the specified JVM. |
java.lang.Class |
getComponentClass()
Returns the class object describing this component. |
void |
replace(JVMComponent component)
Replaces the data of this component by the data of the specified component. |
| Method Detail |
|---|
void configure(JVirtualMachine jvm)
jvm - the Java Virtual Machinejava.lang.Class getComponentClass()
void replace(JVMComponent component)
component - 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 | ||||||||