|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MessageQueueInterface
Message queue interface.
| Field Summary | |
|---|---|
static java.lang.String |
CLASSIDENTIFIER_MSMQ
Message queue class identifier: "MessageQueue.MSMQ". |
static java.lang.String |
CLASSIDENTIFIER_WEBSPHERE
Message queue class identifier: "MessageQueue.Websphere". |
static java.lang.String |
PROTOCOL_MQSERIES
Message queue application protocol: "MQSERIES". |
static java.lang.String |
PROTOCOL_MSMQ
Message queue application protocol: "MSMQ". |
static java.lang.String |
PROTOCOL_WEBSPHERE
Message queue application protocol: "Websphere". |
static java.lang.String |
SASMESSAGEQUEUE
"SASMessageQueue" constant used for the value of the TransformRole
attribute of a Transformation to denote a
SAS message queue. |
static java.lang.String |
SMART_OBJECT_TYPE
Smart object type: "MessageQueue". |
static java.lang.String |
WEBSPHERE_TRANSPORT_MQ
Websphere MQ Series transport: "MQSERIES". |
static java.lang.String |
WEBSPHERE_TRANSPORT_MQ_CLIENT
Websphere MQ Series Client transport: "MQSERIES-C". |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
ServerComponentInterface |
getQueueManager()
Gets the queue manager server associated with this queue. |
java.lang.String |
getQueueURI()
Gets the queue name to deliver to for this subscriber. |
TCPIPConnectionInterface |
getServerConnection()
Gets the server connection. |
void |
setQueueManager(ServerComponentInterface server)
Set the queue manager ServerComponent for this message queue. |
void |
setServerConnection(TCPIPConnectionInterface connection)
Sets the connection used by the controlling server. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Field Detail |
|---|
static final java.lang.String SASMESSAGEQUEUE
TransformRole
attribute of a Transformation to denote a
SAS message queue.
static final java.lang.String PROTOCOL_MSMQ
PROTOCOL_WEBSPHERE,
PROTOCOL_MQSERIES,
Constant Field Valuesstatic final java.lang.String PROTOCOL_MQSERIES
PROTOCOL_MSMQ,
PROTOCOL_WEBSPHERE,
Constant Field Valuesstatic final java.lang.String PROTOCOL_WEBSPHERE
Note that "MQSERIES" is used as the protocol in a message queue URI instead of "Websphere".
PROTOCOL_MSMQ,
PROTOCOL_WEBSPHERE,
Constant Field Valuesstatic final java.lang.String WEBSPHERE_TRANSPORT_MQ
WEBSPHERE_TRANSPORT_MQ_CLIENT,
Constant Field Valuesstatic final java.lang.String WEBSPHERE_TRANSPORT_MQ_CLIENT
WEBSPHERE_TRANSPORT_MQ,
Constant Field Valuesstatic final java.lang.String CLASSIDENTIFIER_MSMQ
CLASSIDENTIFIER_WEBSPHERE,
Constant Field Valuesstatic final java.lang.String CLASSIDENTIFIER_WEBSPHERE
CLASSIDENTIFIER_MSMQ,
Constant Field Valuesstatic final java.lang.String SMART_OBJECT_TYPE
| Method Detail |
|---|
ServerComponentInterface getQueueManager()
throws ServiceException,
java.rmi.RemoteException
ServiceException - if a repository error occurs.
java.rmi.RemoteException - in the event of remote object failure.
void setQueueManager(ServerComponentInterface server)
throws ServiceException,
java.rmi.RemoteException
server - The ServerComponent for this queue.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getQueueURI()
throws ServiceException,
java.rmi.RemoteException
ServiceException - if unable to determine the queue's URI.
java.rmi.RemoteException - if a network anomaly is encountered.
TCPIPConnectionInterface getServerConnection()
throws ServiceException,
java.rmi.RemoteException
Use this method if you just want to query the server connection remote object for values.
ServiceException - if unable to determine the queue's server connection.
java.rmi.RemoteException - if a network anomaly is encountered.
void setServerConnection(TCPIPConnectionInterface connection)
throws ServiceException,
java.rmi.RemoteException
connection - The TCPIPConnection for the controller to use.
ServiceException - If a server error occurs.
java.rmi.RemoteException - In the event of remote object failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||