public final class EPIConnectionSpec extends CICSConnectionSpec
The properties that can be set are as follows:
CICSConnectionSpecRAS_TRACE_ENTRY_EXIT, RAS_TRACE_ERROR_EXCEPTION, RAS_TRACE_INTERNAL, RAS_TRACE_OFF| Constructor and Description |
|---|
EPIConnectionSpec()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addPropertyChangeListener, firePropertyChange, getPassword, getUserName, removePropertyChangeListener, setPassword, setUserNamepublic EPIConnectionSpec()
deviceType is null
netName is null
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