|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.CICSConnectionSpec
com.ibm.connector2.cics.EPIConnectionSpec
public final class EPIConnectionSpec
The EPI connection spec allows you to specify extra or different properties on the connection you require.
The properties that can be set are as follows:
CICSConnectionSpec
Field Summary |
---|
Fields inherited from interface com.ibm.connector2.cics.CICSLogTraceLevels |
---|
RAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF |
Constructor Summary | |
---|---|
EPIConnectionSpec()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getDeviceType()
Return the device type for this object. |
java.lang.String |
getNetName()
Return the net name for this object. |
void |
setDeviceType(java.lang.String newDev)
Set the device type required. |
void |
setNetName(java.lang.String newNet)
Set the net name required. |
java.lang.String |
toString()
Returns a string representation of this instance, in this case it lists the contents of the properties. |
Methods inherited from class com.ibm.connector2.cics.CICSConnectionSpec |
---|
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPIConnectionSpec()
deviceType is null
netName is null
Method Detail |
---|
public void setDeviceType(java.lang.String newDev)
newDev
- The device type defined on the CICS server.public java.lang.String getDeviceType()
public void setNetName(java.lang.String newNet)
newNet
- The net name.public java.lang.String getNetName()
public java.lang.String toString()
toString
in class java.lang.Object
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |