|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.eclipse.dstore.core.server.SecuredThread
org.eclipse.dstore.core.model.Handler
org.eclipse.dstore.core.miners.Miner
org.eclipse.rse.dstore.universal.miners.EnvironmentMiner
public class EnvironmentMiner
The environment miner provides access to the environment variables on a remote system and allows the store environment variables to be altered for use in other miners that launch shells.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.dstore.core.miners.Miner |
|---|
_commandQueue, _dependencies, _minerData, _minerElement, _minerTransient, _name, _resourceBundle, _value |
| Fields inherited from class org.eclipse.dstore.core.model.Handler |
|---|
_keepRunning, _waitIncrement |
| Fields inherited from class org.eclipse.dstore.core.server.SecuredThread |
|---|
_dataStore |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
EnvironmentMiner()
|
|
| Method Summary | |
|---|---|
void |
extendSchema(DataElement schemaRoot)
|
protected java.util.ArrayList |
getDependencies()
|
java.lang.String |
getVersion()
|
DataElement |
handleCommand(DataElement theElement)
|
void |
handleSetEnvironment(DataElement theElement,
DataElement environment)
|
void |
load()
|
| Methods inherited from class org.eclipse.dstore.core.model.Handler |
|---|
getWaitTime, isFinished, notifyInput, run, setWaitTime |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnvironmentMiner()
| Method Detail |
|---|
public void load()
load in class Minerprotected java.util.ArrayList getDependencies()
getDependencies in class Minerpublic void extendSchema(DataElement schemaRoot)
public DataElement handleCommand(DataElement theElement)
handleCommand in class Miner
public void handleSetEnvironment(DataElement theElement,
DataElement environment)
public java.lang.String getVersion()
getVersion in class Miner
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||