|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.messaging.util.Connector
This class represents a CCF Inbound or Outbound Connector. It contains all of the generic information required across all connectors.
Constructor Summary | |
Connector()
Initialize the Connector object. |
Method Summary | |
boolean |
enabled()
Indicates whether the connector is enabled or not. |
void |
enabled(boolean value)
Enables or disables the connector. |
Specification |
getConnectionSpec()
Gets the connectionSpec property (runtime.Specification) value. |
Specification |
getInteractionSpec()
Gets the interactionSpec property (runtime.Specification) value. |
int |
getRetries()
Returns the number to retries for the Connector. |
long |
getTimeToReconnect()
Returns the time to reconnect to the transport. |
void |
setConnectionSpec(Specification connectionSpec)
Sets the connectionSpec property (runtime.Specification) value. |
void |
setInteractionSpec(Specification interactionSpec)
Sets the interactionSpec property (runtime.Specification) value. |
void |
setRetries(int newRetries)
Sets the retries. |
void |
setTimeToReconnect(long newTimeToReconnect)
Sets the time to reconnect to the Transport. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Connector()
Method Detail |
public boolean enabled()
public void enabled(boolean value)
boolean
- public Specification getConnectionSpec()
setConnectionSpec(com.ibm.commerce.messaging.util.Specification)
public Specification getInteractionSpec()
setInteractionSpec(com.ibm.commerce.messaging.util.Specification)
public int getRetries()
public long getTimeToReconnect()
public void setConnectionSpec(Specification connectionSpec)
connectionSpec
- The new value for the property.getConnectionSpec()
public void setInteractionSpec(Specification interactionSpec)
interactionSpec
- The new value for the property.getInteractionSpec()
public void setRetries(int newRetries)
newRetries
- intpublic void setTimeToReconnect(long newTimeToReconnect)
newRetries
- long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |