com.ibm.dse.services.landp
Class MsreCapabilities
java.lang.Object
com.ibm.dse.services.landp.MsreCapabilities
- public class MsreCapabilities
- extends java.lang.Object
MSRE capabilities object.
Method Summary |
(package private) void |
copy(MsreCapabilities cp)
Copies the capabilities of another MsreCapabilities object.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readCaps
public short readCaps
encodeCaps
public short encodeCaps
CAPS_ASYNCH
public static final short CAPS_ASYNCH
- See Also:
- Constant Field Values
CAPS_TRACK1
public static final short CAPS_TRACK1
- See Also:
- Constant Field Values
CAPS_TRACK2
public static final short CAPS_TRACK2
- See Also:
- Constant Field Values
CAPS_TRACK3
public static final short CAPS_TRACK3
- See Also:
- Constant Field Values
MsreCapabilities
public MsreCapabilities()
copy
void copy(MsreCapabilities cp)
- Copies the capabilities of another MsreCapabilities object.
The clone() method cannot be used, because clone() creates a new
instance, and this method simply updates the fields of a preexistent object.
- Parameters:
cp
- MsreCapabilities - the source of the copy operation.
(c) Copyright IBM Corporation 1998, 2005