|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.Connector
com.ibm.di.connector.JMSConnector
com.ibm.di.connector.MQePasswordStoreConnector
public class MQePasswordStoreConnector
This class is used for getting passwords from queue managers.
Field Summary |
---|
Fields inherited from class com.ibm.di.connector.JMSConnector |
---|
JMS_BROKER, JMS_MESSAGE_PROPERTY, JMS_PASSWORD, JMS_Q_MANAGER, JMS_SERVER_CHANNEL, JMS_SSL_CIPHER, JMS_SSL_SERVER_CHANNEL, JMS_SSL_USE_FLAG, JMS_USERNAME, MESSAGE_ATTRIBUTE |
Fields inherited from class com.ibm.di.connector.Connector |
---|
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER |
Constructor Summary | |
---|---|
MQePasswordStoreConnector()
Default constructor for this class. |
Method Summary | |
---|---|
javax.jms.Message |
entry2message(Entry entry)
Does nothing just protects from calling |
Entry |
findEntry(SearchCriteria search)
Does nothing just protects from calling |
javax.jms.Topic |
getTopic()
Does nothing just protects from calling |
void |
initialize(Object aObject)
Initialize the Connector |
Entry |
message2entry(javax.jms.Message m)
Does nothing just protects from calling |
void |
onMessage(javax.jms.Message message)
Does nothing just protects from calling |
void |
putEntry(Entry entry)
Does nothing just protects from calling |
void |
selectEntries()
We only start the queue/topic listener thread if we are iterating |
void |
setFactory(javax.jms.ConnectionFactory factory)
Does nothing just protects from calling |
void |
setReadQueue(javax.jms.Queue queue)
Does nothing just protects from calling |
void |
setSendQueue(javax.jms.Queue queue)
Does nothing just protects from calling |
void |
setTopic(javax.jms.Topic topic)
Does nothing just protects from calling |
Methods inherited from class com.ibm.di.connector.JMSConnector |
---|
acknowledge, getIBMCharset, getNextEntry, getQueue, getReadQueue, getSendQueue, getSession, getVersion, queryReply, reconnect, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.di.connector.ConnectorInterface |
---|
deleteEntry, getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getMaxDuplicateEntries, getName, getNextClient, getNextEntry, getNextFindEntry, getParam, getPushbackEntry, getRawConnectorConfiguration, isDeltaSupported, isExceptionFatal, isIOException, modEntry, modEntry, pushback, queryOperations, queryReply, querySchema, reconnect, registerScriptBeans, replyEntry, setConfiguration, setContext, setCurrent, setLog, setMaxDuplicateEntries, setName, setParam, setRSInterface, terminate, terminateServer |
Constructor Detail |
---|
public MQePasswordStoreConnector()
Method Detail |
---|
public void initialize(Object aObject) throws Exception
initialize
in interface ConnectorInterface
initialize
in class JMSConnector
aObject
- The mode of the Connector
Exception
- if the initialization failspublic void selectEntries() throws Exception
selectEntries
in interface ConnectorInterface
selectEntries
in class JMSConnector
Exception
- if an exception occurs while listening for messagespublic javax.jms.Message entry2message(Entry entry) throws Exception
entry2message
in class JMSConnector
entry
- is ignored
Exception
- -
neverpublic Entry findEntry(SearchCriteria search) throws Exception
findEntry
in interface ConnectorInterface
findEntry
in class JMSConnector
search
- is ignored
Exception
- -
neverpublic javax.jms.Topic getTopic()
getTopic
in class JMSConnector
public Entry message2entry(javax.jms.Message m) throws Exception
message2entry
in class JMSConnector
m
- is ignored
Exception
- -
neverpublic void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
onMessage
in class JMSConnector
message
- is ignoredpublic void putEntry(Entry entry) throws Exception
putEntry
in interface ConnectorInterface
putEntry
in class JMSConnector
entry
- is ignored
Exception
- -
neverpublic void setFactory(javax.jms.ConnectionFactory factory)
setFactory
in class JMSConnector
factory
- is ignoredpublic void setReadQueue(javax.jms.Queue queue)
setReadQueue
in class JMSConnector
queue
- is ignoredpublic void setSendQueue(javax.jms.Queue queue)
setSendQueue
in class JMSConnector
queue
- is ignoredpublic void setTopic(javax.jms.Topic topic)
setTopic
in class JMSConnector
topic
- is ignored
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |