|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.beetree.BeeObject
ccs.cdb.CDBObject
ccs.http.BrowserExecutable
public class BrowserExecutable
A trivial class to store the browser command string in the browser.
Field Summary | |
---|---|
java.lang.String |
command
Deprecated. The command line. |
Fields inherited from class ccs.cdb.CDBObject |
---|
clone, key, marshalVersion, owner |
Fields inherited from class ccs.beetree.BeeObject |
---|
cipher, encodedLength, isBodiless, isForceDirectDecrypt, isZip, slack |
Constructor Summary | |
---|---|
BrowserExecutable()
Deprecated. |
Method Summary | |
---|---|
protected void |
cpmarshal(java.io.DataOutputStream dest)
Deprecated. override this to marshal your data, just like marshal . |
protected void |
cpunmarshal(java.io.DataInputStream src,
int marshalver)
Deprecated. override this to unmarshal your data, just like unmarshal . |
Methods inherited from class ccs.cdb.CDBObject |
---|
canChangeKeyProgrammatically, canDeleteProgrammatically, canUpdateProgrammatically, cpgetKey, cpgetMarshalledLength, cppreMarshal, cppreUnmarshal, cpsetKey, getCDB, getKey, getMarshalledLength, marshal, preMarshal, preUnmarshal, setCDB, setKey, transientMarshal, transientUnmarshal, unmarshal |
Methods inherited from class ccs.beetree.BeeObject |
---|
lock, unlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String command
Constructor Detail |
---|
public BrowserExecutable()
Method Detail |
---|
protected void cpmarshal(java.io.DataOutputStream dest) throws java.io.IOException
CDBObject
marshal
.
The data will be in the object's fields when this is called (rather than
within any UI objects).
cpmarshal
in class CDBObject
dest
- The stream to marshal onto.
java.io.IOException
- If this breaks (breaks the CDB too).protected void cpunmarshal(java.io.DataInputStream src, int marshalver) throws java.io.IOException
CDBObject
unmarshal
.
cpunmarshal
in class CDBObject
src
- The stream to unmarshal frommarshalver
- The marshal version of the data in src - i.e. the
version of this class which wrote the data. This may be
different from the current marshalVersion
. If so (i.e. the
stored data is the wrong version) your method should allow for it.
This allows comparatively painless data migration between versions of
your objects.
java.io.IOException
- if this breaks (breaks the CDB too).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |