|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hecl.rms.RMSModule
public class RMSModule
The RMSModule
class takes care of setup and tear-down
of the resources needed for dealing with record stores.
Constructor Summary | |
---|---|
RMSModule()
|
Method Summary | |
---|---|
void |
loadModule(Interp interp)
The loadModule method usually takes care of
creating commands that are present in this module. |
void |
unloadModule(Interp interp)
The unloadModule method takes care of any clean up
that's necessary, such as unloading commands created by this
module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMSModule()
Method Detail |
---|
public void loadModule(Interp interp) throws HeclException
HeclModule
loadModule
method usually takes care of
creating commands that are present in this module.
loadModule
in interface HeclModule
interp
- an Interp
value
HeclException
- if an error occurspublic void unloadModule(Interp interp) throws HeclException
HeclModule
unloadModule
method takes care of any clean up
that's necessary, such as unloading commands created by this
module.
unloadModule
in interface HeclModule
interp
- an Interp
value
HeclException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |