|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaTrailer
This class defines the persistent trailer.
RomaThemeInfo
,
RomaILSData
Constructor Summary | |
RomaTrailer(int type,
int number,
byte[] data)
Constructs the object from the specified data. |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of the object. |
byte[] |
getData()
Returns the application-defined data of the trailer. |
int |
getMethod()
Returns the number of the ILS that has added this persistent trailer. |
int |
getType()
Returns the type of the ILS that has added this persistent trailer. |
void |
setData(byte[] data)
Sets the trailer data. |
void |
setMethod(int md)
Sets the ILS number of the trailer. |
void |
setType(int type)
Sets the ILS type of the trailer. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RomaTrailer(int type, int number, byte[] data)
type
- ILS typenumber
- ILS numberdata
- Application-defined dataMethod Detail |
public int getType()
Roma.ILS_TYPE_XPORT
- transport (MQSeries, MSMQ, TIB/Rendezvous) inline serviceRoma.ILS_TYPE_USER
- user inline serviceRoma.ILS_TYPE_ROUTER
- router inline serviceRoma.ILS_TYPE_SYSMGMT
- application management inline serviceRoma.ILS_TYPE_ERROR
- error analysis inline serviceRoma.ILS_TYPE_WEB
- XML conversion inline serviceRoma.ILS_TYPE_XPTDATA
- transport data structurepublic void setType(int type)
type
- ILS type, one of
Roma.ILS_TYPE_XPORT
- transport (MQSeries, MSMQ, TIB/Rendezvous) inline serviceRoma.ILS_TYPE_USER
- user inline serviceRoma.ILS_TYPE_ROUTER
- router inline serviceRoma.ILS_TYPE_SYSMGMT
- application management inline serviceRoma.ILS_TYPE_ERROR
- error analysis inline serviceRoma.ILS_TYPE_WEB
- XML conversion inline serviceRoma.ILS_TYPE_XPTDATA
- transport data structurepublic int getMethod()
public void setMethod(int md)
md
- ILS numberpublic byte[] getData()
public void setData(byte[] data)
data
- Trailer datapublic java.lang.Object clone()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |