public class icejvm
extends nxm.sys.lib.Primitive
args, flagsList, id, isPiped, M, MA, MD, MQ, MR, MT, name, option, queue, state, support, thread
ALAW, ASCII, BMAX, BMIN, BOOL, BYTE, COMPLEX, CONVERT_TYPE_LIST, CRAY, DATA_MODE_LIST, DATA_TYPE_LIST, DMAX, DMIN, DOUBLE, EEEI, falseStates, FLOAT, FMAX, FMIN, IEEE, IMAX, IMIN, INT, LMAX, LMIN, LONG, MATRIX, modeList, MULT_DATA_MODE_LIST, NIBBLE, NMAX, NMIN, NONHOMOGENEOUS, NUMBER, NUMERIC_DATA_TYPE_LIST, numericTypeList, OBJECT, PACKED, QUAD, repList, RESULT_TYPE_LIST, SCALAR, STRING, TABLE, TRANSMATRIX, trueStates, typeList, ULAW, VAX, VECTOR, XLONG, XMAX, XMIN, XMODE, XMVALUE, XMVALUE_KVLIST, XMVALUE_LIST, XMVALUE_TABLE
ANGULAR_VELOCITY_PRECESSING_COR, B1G, B1K, B1M, B1T, B64K, CYC2RAD, DEF_EARTH_ANGULAR_VELOCITY, DEG2METERS, DEG2RAD, E, EARTH_ANGULAR_VELOCITY, EARTH_ECCENTRICITY, EARTH_EQUATORIAL_RADIUS, EARTH_FLATTENING_FACTOR, EARTH_GRAV_CONSTANT_W_ATMOS, EARTH_GRAV_CONSTANT_W_ATMOS_ORIG, EARTH_GRAV_CONSTANT_WO_ATMOS, EARTH_GRAV_CONSTANT_WO_ATMOS_ORIG, FEET2METERS, HALFPI, IAU_EARTH_ANGULAR_VELOCITY, LN2DB, LN2LOG, LNTEN, MASS_OF_EARTH_W_ATMOS, METERS2DEG, METERS2FEET, METERS2NM, METERS2SM, NM2FEET, NM2METERS, PI, POLAR_RADIUS_IN_METERS, POLAR_RADIUS_OF_CURVATURE, RAD2CYC, RAD2DEG, SECOND_EARTH_ECCENTRICITY, SM2FEET, SM2METERS, SPEED_OF_LIGHT, TWOPI
Constructor and Description |
---|
icejvm() |
Modifier and Type | Method and Description |
---|---|
int |
open()
This will prepare the commandable object for processing.
|
addProgressFeed, checkin, checkout, close, getArgs, getCmdParent, getContext, getID, getInterrupt, getMessageHandler, getMQ, getMsgID, getName, getPollTime, getProgress, getState, getVerbose, isStateChanged, process, processException, processMessage, processMessage, processMessages, processReady, restart, run, runSingle, setArg, setArgs, setCmdParent, setMessageHandler, setMsgID, setPollTime, setProgressFeed, setState, setState, setVerbose, stateToString, thisIsMe, toString, verify, whoIsThis
public int open()
nxm.sys.inc.Commandable
Commandable.process()
and should be used to open
any files needed and to initialize any parameters.open
in interface nxm.sys.inc.Commandable
open
in class nxm.sys.lib.Command
Commandable.NOOP
if this method does no work.Commandable.NORMAL
if this method successfully completes and
the Commandable object is ready to be
processed with Commandable.process()
.Commandable.FINISH
if this method successfully completes
and the Commandable object does not require
any processing with Commandable.process()
(i.e.
skip directly to Commandable.close()
).Commandable.process()
,
Commandable.close()
,
State Diagram for a Commandable Object