|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.adk.queue.IfsQueueMessage
IfsQueueMessage class is the java representation for payloads on the queues IFS_IN and IFS_OUT. This class is used to build, enqueue, dequeue and process messages from java.
Constructor Summary | |
IfsQueueMessage()
Default constructor. |
|
IfsQueueMessage(java.lang.String type,
java.lang.Object[] list)
Constructor that takes parameters. |
Method Summary | |
oracle.sql.ORAData |
create(oracle.sql.Datum d,
int sqlType)
Implements the create method of ORADataFactory interface. |
static oracle.sql.ORADataFactory |
getFactory()
This implements the ORADataFactory interface. |
java.util.Hashtable |
getHashtableOfParameters()
Returns hashtable of parameters in the message. |
java.lang.String |
getMessageType()
Get the message type of the message. |
java.lang.Object[] |
getParameterList()
Returns the list of parameters for the message. |
void |
setMessageType(java.lang.String messageType)
Sets the message type. |
void |
setParameterList(java.lang.Object[] list)
Sets the parameter list on the message. |
oracle.sql.Datum |
toDatum(java.sql.Connection c)
Implements the toDatum method. |
Constructor Detail |
public IfsQueueMessage()
public IfsQueueMessage(java.lang.String type, java.lang.Object[] list)
type
- type of the messagelist
- parameter list of the messageIfsException
- if the construction failsMethod Detail |
public static oracle.sql.ORADataFactory getFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
toDatum
in interface oracle.sql.ORAData
connection
- handle to the database connectionjava.sql.SQLException
- if the operation failspublic oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
create
in interface oracle.sql.ORADataFactory
d
- datumsqlType
- sql typejava.sql.SQLException
- if the operation failspublic java.lang.String getMessageType() throws IfsException
IfsException
- if the operation failspublic void setMessageType(java.lang.String messageType) throws IfsException
messageType
- type of the messagepublic java.lang.Object[] getParameterList() throws IfsException
IfsException
- if the operation failspublic void setParameterList(java.lang.Object[] list) throws IfsException
list
- array of parameter objectsIfsException
- if the operation fails.public java.util.Hashtable getHashtableOfParameters() throws IfsException
IfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |