A B C D E F G I L M N O P R S T V W

A

accept(UnitofWork) - Method in class com.softwareag.sagd.PMQServer.PMQFilterCISImpl
Callback
accept(UnitofWork) - Method in interface com.softwareag.sagd.PMQServer.PMQFilterInterface
Returns true to accept the UOW.
accept(UnitofWork) - Method in class com.softwareag.sagd.PMQServer.PMQFilterSimpleImpl
 
add(Broker) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds a broker in this resource.
add(BrokerService) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds BrokerService object.
add(PMQInputStream) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds the input stream into this resource object.
add(PMQOutputStream) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds the output stream into this resource object.
addBroker(String, String, String, String) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds the created Broker object in this resource object.
addBroker(String, String, String, String, int) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds the created Broker object in this resource object.
addInputStream(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Add, create and return an input stream.
addOutputStream(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Add, create and return an output stream.
addResource(PMQMessageServer) - Method in class com.softwareag.jca.PMQActivationSpec
Add server instance .
addResource(RPCMessageServer) - Method in class com.softwareag.jca.RPCActivationSpec
 
addService(String) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Adds Broker service or a publication to this resource depending on serviceName.

B

backout() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Backout and reset the message stream.
backout() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Backout and reset the written output stream.
backout() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Backout all opened transactions and release allocated objects.

C

changeBufferSize(int) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Change the buffer size to new length.
cleanup() - Method in class com.softwareag.sagd.PMQServer.PMQResource
All allocated and remembered Broker and BrokerService objects are released.
close() - Method in class com.softwareag.sagd.PMQServer.ConversationInputStream
Close the conversation.
close() - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
ConversationOutputStream.flush() the stream and close the current conversation.
close() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Close the message stream if auto commit is not disabled.
close() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Commit the message stream if it is not disabled and UOW is created inside.
com.softwareag.jca - package com.softwareag.jca
 
com.softwareag.sagd.PMQServer - package com.softwareag.sagd.PMQServer
 
commit(Xid, boolean) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
commit(Xid, boolean) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
commit() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Commit and close the current message stream.
commit() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Flush the buffer and commit the UOW.
commit() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Commit all opened UOWs and cleanup the allocated resources.
commitBoth() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
This function commits 2 UOWs if the second message stream is created from the first.
ConversationInputStream - Class in com.softwareag.sagd.PMQServer
Reads all messages from a conversation into input stream.
ConversationInputStream(BrokerService) - Constructor for class com.softwareag.sagd.PMQServer.ConversationInputStream
Create a new conversation for this stream.
ConversationInputStream(Conversation) - Constructor for class com.softwareag.sagd.PMQServer.ConversationInputStream
Reads the input stream from this conversation.
ConversationOutputStream - Class in com.softwareag.sagd.PMQServer
Writes the output stream to one conversation.
ConversationOutputStream(BrokerService) - Constructor for class com.softwareag.sagd.PMQServer.ConversationOutputStream
Creates a new conversation for this stream.
createBroker(String, String, String, String) - Static method in class com.softwareag.sagd.PMQServer.PMQResource
Creates and returns an EntireX Broker object without tracing.
createBroker(String, String, String, String, int, PrintWriter) - Static method in class com.softwareag.sagd.PMQServer.PMQResource
Creates and returns an EntireX Broker object with tracing option.
createNode(String) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Creates next resource node.
createNode(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Creates a new resource node and adds into the list.

D

DEFAULT_MAX_RECEIVE_LENGTH - Variable in class com.softwareag.sagd.PMQServer.PMQServer
Defines the buffer length of receiving messages.
DEFAULT_WAIT_TIMEOUT - Variable in class com.softwareag.sagd.PMQServer.PMQServer
Defines the wait time.
disableCommitOnClose() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Disable auto commit on PMQInputStream.close().
disableCommitOnClose() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Disable the PMQOutputStream.commit() call on close event.
doDispatch(InputStream, OutputStream) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
Callback from PMQMessageServer.
doDispatch(BrokerMessage, BrokerMessage) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
The server dispatches incoming messages to this interface, if PMQInterfaceDispatcher.setSingleMessageDispatcher() was called.
doDispatch(InputStream, OutputStream) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
The server dispatches incoming messages as stream to this interface, if PMQInterfaceDispatcher.setStreamSendResponseDispatcher() was called.
doDispatch(InputStream, OutputStream) - Method in class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
Receives messages as stream and replies response.
doDispatch(BrokerMessage, BrokerMessage) - Method in class com.softwareag.sagd.PMQServer.ToStdoutDispatcher
Dispatcher calls for incoming messages this method.
doDispatch(InputStream, OutputStream) - Method in class com.softwareag.sagd.PMQServer.ToStreamStdoutDispatcher
Receives messages as stream and writes to standard output.
doIgnoreReplyMessage(boolean) - Method in class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
 
doInit(PMQServer) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Incoming event from the server to initialize this object.
doInit() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Incoming event from the server to initialize this object.
doInit() - Method in class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
Initialize object.
doInit() - Method in class com.softwareag.sagd.PMQServer.ToStdoutDispatcher
Initialize this object
doInit() - Method in class com.softwareag.sagd.PMQServer.ToStreamStdoutDispatcher
Initialize object.
doLog(boolean, String) - Method in class com.softwareag.jca.PMQMessageServer
Implements logging.
doLog(Throwable) - Method in class com.softwareag.jca.PMQMessageServer
Implements logging.
doLog(boolean, String) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
Implements local logging.
doLog(boolean, String) - Static method in class com.softwareag.sagd.PMQServer.Logger
Writes logger message.
doLog(Throwable) - Static method in class com.softwareag.sagd.PMQServer.Logger
Writes exception as error message.
doLog(boolean, String) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Provides logger interface for the dispatcher class.
doLog(Throwable) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Provides logger interface for the dispatcher class.
doLog(boolean, String) - Method in class com.softwareag.sagd.PMQServer.PMQServer
The server calls this message to print out log messages.
doLog(Throwable) - Method in class com.softwareag.sagd.PMQServer.PMQServer
The server calls this message to print out log messages.
doLogError(String) - Static method in class com.softwareag.sagd.PMQServer.Logger
Writes log message with error level.
doRelease() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
The server stops the wait-for-receive loop.
doRelease() - Method in class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
Release all resources.
doRelease() - Method in class com.softwareag.sagd.PMQServer.ToStdoutDispatcher
Release all resources.
doRelease() - Method in class com.softwareag.sagd.PMQServer.ToStreamStdoutDispatcher
Release all resources.

E

ejbInvoke(Object) - Method in class com.softwareag.jca.RPCMessage
Dispatches the incoming document to EJBInvoker.
end(Xid, int) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
end(Xid, int) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.softwareag.jca.PMQResourceAdapter
Add a new endpoint to the resource adapter instance.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.softwareag.jca.RPCResourceAdapter
Add a new endpoint to the resource adapter instance.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class com.softwareag.jca.PMQResourceAdapter
Stop an endpoint instance.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class com.softwareag.jca.RPCResourceAdapter
Stop an endpoint instance.

F

finalize() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Cleanup allocated resources.
flush() - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Writes all buffered characters to conversation.
flush() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Flush the current message buffer.
forget(Xid) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
forget(Xid) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.

G

getBroker() - Method in class com.softwareag.jca.PMQActivationSpec
 
getClientUserID() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Returns the user ID of message creator.
getCompression() - Method in class com.softwareag.jca.PMQActivationSpec
 
getContextData() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Returns the context data as string.
getContextData() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the context data of this allocated stream.
getDispatcherException() - Method in class com.softwareag.sagd.PMQServer.PMQServer
Throws remembered exception
getEncryption() - Method in class com.softwareag.jca.PMQActivationSpec
 
getEndpoint() - Method in class com.softwareag.jca.RPCActivationSpec
 
getEnvironment() - Method in class com.softwareag.jca.PMQActivationSpec
 
getInputStream() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the allocated input stream of this resource.
getLength() - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Returns the number of written characters.
getLength() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Returns the number of bytes written into this stream.
getLifetime() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Returns the lifetime.
getMapping() - Method in class com.softwareag.jca.RPCActivationSpec
 
getOutputStream() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the allocated output stream of this resource.
getPassword() - Method in class com.softwareag.jca.PMQActivationSpec
 
getPersistentStatusFlagChanged() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
 
getProperties() - Method in class com.softwareag.jca.RPCMessage
 
getPublicationTopic(String) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the topic name of the service name.
getQueue() - Method in class com.softwareag.jca.PMQActivationSpec
 
getReplicates() - Method in class com.softwareag.jca.PMQActivationSpec
 
getReplicatesInt() - Method in class com.softwareag.jca.PMQActivationSpec
 
getRequestDocument() - Method in class com.softwareag.jca.PMQMessage
 
getRequestDocument() - Method in class com.softwareag.jca.RPCMessage
 
getRequestStream() - Method in class com.softwareag.jca.PMQMessage
 
getRequestString() - Method in class com.softwareag.jca.PMQMessage
 
getResourceAdapter() - Method in class com.softwareag.jca.PMQActivationSpec
Not supported.
getResponseBytes() - Method in class com.softwareag.jca.RPCMessage
 
getResponseStream() - Method in class com.softwareag.jca.PMQMessage
 
getServer() - Method in class com.softwareag.jca.RPCActivationSpec
 
getService() - Method in class com.softwareag.jca.PMQActivationSpec
 
getService() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the allocated Broker service object.
getStatusPersistence() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Returns true if status is saved.
getToken() - Method in class com.softwareag.jca.PMQActivationSpec
 
getTraceLevel() - Method in class com.softwareag.jca.PMQActivationSpec
 
getTransactionTimeout() - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
getTransactionTimeout() - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
getUnitOfWorkID() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Returns the Unit of Work ID.
getUnitOfWorkID() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Returns the Unit of Work ID.
getUnitOfWorkID() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns the Unit of Work ID of all allocated resources.
getUOW() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Returns the current UOW object.
getUOW() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Returns the UOW object.
getUserid() - Method in class com.softwareag.jca.PMQActivationSpec
 
getXAResources(ActivationSpec[]) - Method in class com.softwareag.jca.PMQResourceAdapter
Not implemented
getXAResources(ActivationSpec[]) - Method in class com.softwareag.jca.RPCResourceAdapter
Not implemented

I

init() - Static method in class com.softwareag.sagd.PMQServer.Logger
Initialize the logger.
initBroker(String, String, String, String, String) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Creates the EntireX Broker objects
initBroker(String, String, String, String, String, String, String) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Creates the EntireX Broker objects
initDispatcher(String) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Instances the dispatcher receive message object.
initDispatcher(PMQInterfaceDispatcher) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Instances the dispatcher receive message object.
invoke(byte[], Properties) - Method in class com.softwareag.jca.RPCMessageDispatcher
Internal EntireX RPC dispatcher dispatches requests to this method.
isPublication(String) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Returns true if serviceName contains a publication topic name.
isSameRM(XAResource) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
isSameRM(XAResource) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
isSingleMessageDispatcher() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Returns the implemented dispatcher type.
isStreamSendResponseDispatcher() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Returns the implemented dispatcher type.

L

Logger - Class in com.softwareag.sagd.PMQServer
This default logger implementation writes log messages to standard output.
Logger() - Constructor for class com.softwareag.sagd.PMQServer.Logger
 

M

main(String[]) - Static method in class com.softwareag.sagd.PMQServer.ConversationInputStream
Test function to read a conversation into given output stream.
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
 
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.PMQFilterCISImpl
Test the implementation from command line.
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.PMQFilterSimpleImpl
Call from command line.
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.PMQInputStream
Reads a message as stream from the command line.
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Create a UOW from the standard input or a file stream and use the command line.
main(String[]) - Static method in class com.softwareag.sagd.PMQServer.PMQServer
Starts server from the command line.

N

newInstance(String) - Static method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcherFactory
Creats a new instance of class className

O

onMessage(PMQMessage) - Method in interface com.softwareag.jca.PMQMessageListener
Is called for each received message.
onMessage(InputStream) - Method in interface com.softwareag.jca.PMQMessageStreamListener
The receiver receives a message as input stream.
onMessage(RPCMessage) - Method in interface com.softwareag.jca.RPCMessageListener
Is called for each received RPC request.

P

PMQActivationSpec - Class in com.softwareag.jca
Defines and implements the parameter interface for PMQMessageServer.
PMQActivationSpec() - Constructor for class com.softwareag.jca.PMQActivationSpec
 
PMQFilterCISImpl - Class in com.softwareag.sagd.PMQServer
Implements a filter bases on EntireX CIS classes.
PMQFilterCISImpl(Broker, String) - Constructor for class com.softwareag.sagd.PMQServer.PMQFilterCISImpl
Creats a filter to accept UOWs only from conversation.
PMQFilterInterface - Interface in com.softwareag.sagd.PMQServer
Interface to implement filter for UOWs.
PMQFilterSimpleImpl - Class in com.softwareag.sagd.PMQServer
Implements filter to select UOW with ID.
PMQFilterSimpleImpl(String) - Constructor for class com.softwareag.sagd.PMQServer.PMQFilterSimpleImpl
Creates a filter for this ID.
PMQInputStream - Class in com.softwareag.sagd.PMQServer
Read a UOW or publication as input stream.
PMQInputStream(UnitofWork) - Constructor for class com.softwareag.sagd.PMQServer.PMQInputStream
Creat input stream from given UOW.
PMQInputStream(BrokerMessage) - Constructor for class com.softwareag.sagd.PMQServer.PMQInputStream
Create input stream from given message
PMQInputStream(Publication) - Constructor for class com.softwareag.sagd.PMQServer.PMQInputStream
Create input stream from given publication.
PMQInputStream(BrokerService) - Constructor for class com.softwareag.sagd.PMQServer.PMQInputStream
Try to receive a message from BrokerService service.
PMQInputStream(BrokerService, boolean) - Constructor for class com.softwareag.sagd.PMQServer.PMQInputStream
Try to receive a message from BrokerService service.
PMQInterfaceDispatcher - Class in com.softwareag.sagd.PMQServer
Implements the dispatcher interface to receive messages or streams.
PMQInterfaceDispatcher() - Constructor for class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Creates dispatcher
PMQInterfaceDispatcherFactory - Class in com.softwareag.sagd.PMQServer
This class tries to load a dispatcher class and creats an object.
PMQInterfaceDispatcherFactory() - Constructor for class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcherFactory
 
PMQMessage - Class in com.softwareag.jca
This object is a message which is received and dispatched from PMQMessageServer and PMQMessageStreamDispatcher.
PMQMessage(InputStream, OutputStream) - Constructor for class com.softwareag.jca.PMQMessage
Creates message object.
PMQMessageListener - Interface in com.softwareag.jca
Provides an interface to receive messages as message driven bean from PMQMessageServer connector adapter.
PMQMessageServer - Class in com.softwareag.jca
Implements worker thread for one PMQ server instance.
PMQMessageServer(PMQActivationSpec, MessageEndpointFactory) - Constructor for class com.softwareag.jca.PMQMessageServer
Create a worker.
PMQMessageStreamDispatcher - Class in com.softwareag.jca
Implements message dispatcher for PMQMessageServer and supports the XA protocol.
PMQMessageStreamDispatcher(MessageEndpointFactory) - Constructor for class com.softwareag.jca.PMQMessageStreamDispatcher
Create dispatcher for meassage driven bean.
PMQMessageStreamListener - Interface in com.softwareag.jca
Provides an interface to receive messages as message driven bean from PMQMessageServer.
PMQOutputStream - Class in com.softwareag.sagd.PMQServer
Provides a persistent message (Unit of Work or publication) as output stream.
PMQOutputStream(BrokerService) - Constructor for class com.softwareag.sagd.PMQServer.PMQOutputStream
Creates new output stream and creats a new UOW for service service.
PMQOutputStream(UnitofWork) - Constructor for class com.softwareag.sagd.PMQServer.PMQOutputStream
Creates new output stream from existing Unit of Work.
PMQOutputStream(PMQInputStream) - Constructor for class com.softwareag.sagd.PMQServer.PMQOutputStream
Creates reply output stream for input stream.
PMQOutputStream(Publication) - Constructor for class com.softwareag.sagd.PMQServer.PMQOutputStream
Write an output stream to publication topic.
PMQResource - Class in com.softwareag.sagd.PMQServer
An instance of the class controls all allocated EntireX and PMQ objects which are created inside the context or added with the add() method.
PMQResource(boolean) - Constructor for class com.softwareag.sagd.PMQServer.PMQResource
Contructs an resource object and acts as server.
PMQResource(String) - Constructor for class com.softwareag.sagd.PMQServer.PMQResource
Creates a new resource object.
PMQResourceAdapter - Class in com.softwareag.jca
Implements the resource to start and stop a persisten message queue (PMQ) listener as (JCA) connector adapter.
PMQResourceAdapter() - Constructor for class com.softwareag.jca.PMQResourceAdapter
 
PMQServer - Class in com.softwareag.sagd.PMQServer
This class provides a (PMQ) persistent message server.
PMQServer() - Constructor for class com.softwareag.sagd.PMQServer.PMQServer
Creates server object without parameter.
PMQServer(String, String, String, String) - Constructor for class com.softwareag.sagd.PMQServer.PMQServer
Creates a new server object.
PMQServer(String, String, String, String, String) - Constructor for class com.softwareag.sagd.PMQServer.PMQServer
Creates a new server object.
PMQServer(String, String, String, String, String, PMQInterfaceDispatcher) - Constructor for class com.softwareag.sagd.PMQServer.PMQServer
Creates a new server object.
PMQServer(String, String, String, String, String, String) - Constructor for class com.softwareag.sagd.PMQServer.PMQServer
Creats a new server object.
prepare(Xid) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
prepare(Xid) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
prepareCommit() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Prepares and asks the current status of Unit of Work to commit this stream without errors.
prepareCommit(long) - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Call only PMQInputStream.prepareCommit() when the last Broker call was later then activityTime.
prepareCommit() - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Prepares and asks the current status of Unit of Work to commit this stream without errors.
prepareCommit(long) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Call only PMQOutputStream.prepareCommit() when the last Broker call was later then activityTime.
prepareCommit() - Method in class com.softwareag.sagd.PMQServer.PMQResource
Prepare all resources to commit the streams in the next commit statement.
PROPERTY_TRACE_LEVEL - Static variable in class com.softwareag.sagd.PMQServer.Logger
Property Name

R

read() - Method in class com.softwareag.sagd.PMQServer.ConversationInputStream
Read a character from this stream.
read() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Read and return one character from this stream.
readLine() - Method in class com.softwareag.sagd.PMQServer.ConversationInputStream
Read and return one message line.
readLine() - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Reads one message line.
readTo(OutputStream) - Method in class com.softwareag.sagd.PMQServer.ConversationInputStream
Read the complete conversation with all messages into the output stream.
readTo(OutputStream) - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Read this stream and write the contents to outputStream.
recover(int) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
recover(int) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
release() - Method in class com.softwareag.jca.PMQMessageServer
Stop worker.
release() - Method in class com.softwareag.jca.RPCMessageServer
Stop worker thread.
releaseResource() - Method in class com.softwareag.jca.PMQActivationSpec
Shutdown all server.
releaseResource() - Method in class com.softwareag.jca.RPCActivationSpec
 
rollback(Xid) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
rollback(Xid) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
RPCActivationSpec - Class in com.softwareag.jca
Implements the parameters for an instance of RPCMessageServer.
RPCActivationSpec() - Constructor for class com.softwareag.jca.RPCActivationSpec
 
RPCMessage - Class in com.softwareag.jca
An instance of this class is a synchronous message object for send and receive.
RPCMessage(byte[]) - Constructor for class com.softwareag.jca.RPCMessage
Creates message object.
RPCMessageDispatcher - Class in com.softwareag.jca
Implements message dispatcher for RPCMessageServer and supports the XA protocol.
RPCMessageDispatcher(MessageEndpointFactory) - Constructor for class com.softwareag.jca.RPCMessageDispatcher
Create dispatcher for meassage driven bean.
RPCMessageListener - Interface in com.softwareag.jca
Provides an interface to receive RPC request as message driven bean from RPCMessageServer connector adapter.
RPCMessageServer - Class in com.softwareag.jca
Implements an server thread instance for EntireX RPC protocol.
RPCMessageServer(RPCActivationSpec, MessageEndpointFactory) - Constructor for class com.softwareag.jca.RPCMessageServer
Initialize worker thread with parameter from RPCActivationSpec.
RPCResourceAdapter - Class in com.softwareag.jca
Implements the resource to start and stop RPC message listener as (JCA) connector adapter.
RPCResourceAdapter() - Constructor for class com.softwareag.jca.RPCResourceAdapter
 
run() - Method in class com.softwareag.jca.PMQMessageServer
Start worker.
run() - Method in class com.softwareag.jca.RPCMessageServer
Worker thread is starting.

S

setAuthentication(String, String) - Method in class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
Connect with basic authentication
setBroker(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set Broker ID
setCleanupOnFinalize(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Set value to true, if this resource should cleanup on the CG finalize.
setCompression(String) - Method in class com.softwareag.jca.PMQActivationSpec
Sets the message compression level of communication.
setContextData(String) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Set user context user data into the status information of created UOW.
setEncryption(String) - Method in class com.softwareag.jca.PMQActivationSpec
Sets the message encryption level of communication.
setEndpoint(String) - Method in class com.softwareag.jca.RPCActivationSpec
Set SOAP endpoint if the message should not dispatched to EJB.
setEnvironment(String) - Method in class com.softwareag.jca.PMQActivationSpec
 
setFilter(PMQFilterInterface) - Method in class com.softwareag.sagd.PMQServer.PMQInputStream
Set filter to work only with accepted UOWs.
setLifetime(String) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Set the lifetime for new created UOW.
setMapping(String) - Method in class com.softwareag.jca.RPCActivationSpec
Sets the XML-RPC mapping document (XMM file) which is generating by the EntireX Workbench.
setPassword(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set password for user ID and EntireX Security.
setPrepareCommitActivityTime(long) - Method in class com.softwareag.sagd.PMQServer.PMQResource
Set new wait time to do no prepareCommit() check.
setProperties(Properties) - Method in class com.softwareag.jca.RPCMessage
Set RPC message properties.
setQueue(String) - Method in class com.softwareag.jca.PMQActivationSpec
 
setReplicates(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set number of instances (replicates).
setReplicates(Integer) - Method in class com.softwareag.jca.PMQActivationSpec
Set number of instances (replicates).
setResourceAdapter(ResourceAdapter) - Method in class com.softwareag.jca.PMQActivationSpec
Inherits the default properties from resource adapter.
setResourceAdapter(ResourceAdapter) - Method in class com.softwareag.jca.RPCActivationSpec
Inherits the default properties from resource adapter.
setResponse(Document, String) - Method in class com.softwareag.jca.PMQMessage
Set and reply the response XML document.
setResponse(String, String) - Method in class com.softwareag.jca.PMQMessage
Set and reply the string response document.
setResponse(Document, String) - Method in class com.softwareag.jca.RPCMessage
Set and reply the response XML document.
setRestartDelay(int) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Enables the server restart option.
setServer(String) - Method in class com.softwareag.jca.RPCActivationSpec
 
setService(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set queue service name.
setSingleMessageDispatcher() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Set the dispatcher type.
setStatusPersistence(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Set the status of UOW to persistent.
setStopOnWaitTimeout(boolean) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Set this value to true and the server loop is stopped at the next wait timeout message.
setStreamSendResponseDispatcher() - Method in class com.softwareag.sagd.PMQServer.PMQInterfaceDispatcher
Set the dispatcher type.
setToken(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set token for user ID.
setTraceLevel(String) - Method in class com.softwareag.jca.PMQActivationSpec
Enables printing out trace information.
setTransactionTimeout(int) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
setTransactionTimeout(int) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
setUserid(String) - Method in class com.softwareag.jca.PMQActivationSpec
Set user ID to identify PMQ server in Broker.
setWaitTime(String) - Static method in class com.softwareag.sagd.PMQServer.PMQInputStream
Set the wait time for waiting new created conversations.
setWaitTimeout(String) - Method in class com.softwareag.sagd.PMQServer.PMQServer
Set the max. wait time for the wait-for-receive-loop.
shutdown() - Method in class com.softwareag.sagd.PMQServer.PMQServer
Stops the server wait-for-receive loop.
start(Xid, int) - Method in class com.softwareag.jca.PMQMessageStreamDispatcher
XA callback.
start(BootstrapContext) - Method in class com.softwareag.jca.PMQResourceAdapter
Starts the PMQ adapter.
start(Xid, int) - Method in class com.softwareag.jca.RPCMessageDispatcher
XA callback.
start(BootstrapContext) - Method in class com.softwareag.jca.RPCResourceAdapter
Starts the RPC adapter.
start() - Method in class com.softwareag.sagd.PMQServer.PMQServer
Starts the server wait-for-receive loop.
startAsynch() - Method in class com.softwareag.sagd.PMQServer.PMQServer
Start asynchronous worker thead and call PMQServer.start() for starting the server.
stop() - Method in class com.softwareag.jca.PMQResourceAdapter
Stopps the PMQ adapter.
stop() - Method in class com.softwareag.jca.RPCResourceAdapter
Stopps the RPC adapter.

T

ToHTTPStreamDispatcher - Class in com.softwareag.sagd.PMQServer
This dispatcher class implements the stream interface.
ToHTTPStreamDispatcher(String, boolean) - Constructor for class com.softwareag.sagd.PMQServer.ToHTTPStreamDispatcher
Creates object and sends all messages to given URL.
tokenizedService() - Method in class com.softwareag.jca.PMQActivationSpec
 
ToStdoutDispatcher - Class in com.softwareag.sagd.PMQServer
The incoming messages are written to standard output.
ToStdoutDispatcher() - Constructor for class com.softwareag.sagd.PMQServer.ToStdoutDispatcher
Creates object.
ToStreamStdoutDispatcher - Class in com.softwareag.sagd.PMQServer
This dispatcher class implements the stream interface.
ToStreamStdoutDispatcher() - Constructor for class com.softwareag.sagd.PMQServer.ToStreamStdoutDispatcher
Creates object
traceLevel - Static variable in class com.softwareag.sagd.PMQServer.Logger
Remember trace level.

V

validate() - Method in class com.softwareag.jca.PMQActivationSpec
Validates all properties

W

write(int) - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Writes one character b.
write(byte[]) - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Writes character array b.
write(byte[], int, int) - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Writes character array b.
write(int) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Write one character in this stream.
write(byte[]) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Write the byte array into this stream.
write(byte[], int, int) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Write bytes from array into this stream.
writeFrom(InputStream) - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Write stream from input in to this stream This stream will not close.
writeFrom(InputStream) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Read the input stream and write the contents into this stream.
writeFromLFtoMessage(InputStream) - Method in class com.softwareag.sagd.PMQServer.ConversationOutputStream
Write the input stream to this output stream.
writeFromLFtoMessage(InputStream) - Method in class com.softwareag.sagd.PMQServer.PMQOutputStream
Write the input stream to this output stream.

A B C D E F G I L M N O P R S T V W

Copyright © 2004-2008 Software AG. All Rights Reserved.