com.candle.roma.kxc
Class RomaILSData
java.lang.Object
|
+--com.candle.roma.kxc.RomaILSData
- public class RomaILSData
- extends java.lang.Object
This class encapsalates Roma Inline Service Data
Method Summary |
byte[] |
getBuffer(int ILSNumber)
Get specified in-line service buffer using the
default type. |
byte[] |
getBuffer(int ILSNumber,
int type)
Get specified in-line service buffer |
byte[] |
getNextBuffer(RomaInteger ILSNumber,
RomaInteger type)
Get next in-line service buffer |
void |
setBuffer(byte[] buffer,
int ILSNumber,
int type)
Set an ILS buffer. |
void |
setReplace(boolean bReplace)
Set option to replace. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RomaILSData
public RomaILSData()
- Constructor
setReplace
public void setReplace(boolean bReplace)
- Set option to replace.
setBuffer
public void setBuffer(byte[] buffer,
int ILSNumber,
int type)
- Set an ILS buffer.
getBuffer
public byte[] getBuffer(int ILSNumber)
- Get specified in-line service buffer using the
default type.
- Parameters:
ilsId
- inline service identity
getBuffer
public byte[] getBuffer(int ILSNumber,
int type)
- Get specified in-line service buffer
- Parameters:
ilsId
- inline service identitytype
- type of service
getNextBuffer
public byte[] getNextBuffer(RomaInteger ILSNumber,
RomaInteger type)
- Get next in-line service buffer
- Parameters:
ilsId
- returned inline service idtype
- returned inline service type- Returns:
- the buffer