| 
|||||||||||
| 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 ConnectorInterfaceinitialize in class JMSConnectoraObject - The mode of the Connector
Exception - if the initialization fails
public void selectEntries()
                   throws Exception
selectEntries in interface ConnectorInterfaceselectEntries in class JMSConnectorException - if an exception occurs while listening for messages
public javax.jms.Message entry2message(Entry entry)
                                throws Exception
entry2message in class JMSConnectorentry - is ignored
Exception - -
             never
public Entry findEntry(SearchCriteria search)
                throws Exception
findEntry in interface ConnectorInterfacefindEntry in class JMSConnectorsearch - is ignored
Exception - -
             neverpublic javax.jms.Topic getTopic()
getTopic in class JMSConnector
public Entry message2entry(javax.jms.Message m)
                    throws Exception
message2entry in class JMSConnectorm - is ignored
Exception - -
             neverpublic void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.MessageListeneronMessage in class JMSConnectormessage - is ignored
public void putEntry(Entry entry)
              throws Exception
putEntry in interface ConnectorInterfaceputEntry in class JMSConnectorentry - is ignored
Exception - -
             neverpublic void setFactory(javax.jms.ConnectionFactory factory)
setFactory in class JMSConnectorfactory - is ignoredpublic void setReadQueue(javax.jms.Queue queue)
setReadQueue in class JMSConnectorqueue - is ignoredpublic void setSendQueue(javax.jms.Queue queue)
setSendQueue in class JMSConnectorqueue - is ignoredpublic void setTopic(javax.jms.Topic topic)
setTopic in class JMSConnectortopic - is ignored
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||