Package com.ibm.cics.model
Interface IJVMEndpoint
-
- All Superinterfaces:
ICICSObject,ICICSResource,com.ibm.cics.model.meta.ITypedObject
public interface IJVMEndpoint extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIJVMEndpoint.EnableStatusValueEnumeration type for field ENABLESTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJVMEndpointReferencegetCICSObjectReference()IJVMEndpoint.EnableStatusValuegetEnableStatus()Getter for field ENABLESTATUSjava.lang.StringgetHost()Getter for field HOSTjava.lang.StringgetJvmEndpoint()Getter for field JVMENDPOINTjava.lang.StringgetJvmServer()Getter for field JVMSERVERICICSType<IJVMEndpoint>getObjectType()java.lang.LonggetPort()Getter for field PORTjava.lang.LonggetSecurePort()Getter for field SECPORTjava.lang.StringgetType()Getter for field TYPE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IJVMEndpoint> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getJvmEndpoint
java.lang.String getJvmEndpoint()
Getter for field JVMENDPOINTEndpoint name
Specifies the name of this Liberty Endpoint. The name can be up to 224 characters in length.
-
getEnableStatus
IJVMEndpoint.EnableStatusValue getEnableStatus()
Getter for field ENABLESTATUSEnable Status
Returns a CVDA indicating the enable state of the Liberty Endpoint. Values are:
- ENABLED
- The Liberty Endpoint is enabled.
- DISABLED
- The Liberty Endpoint is DISABLED.
-
getJvmServer
java.lang.String getJvmServer()
Getter for field JVMSERVERJVMSERVER name
Name of JVMSERVER from which the Liberty Endpoint is installed.
-
getType
java.lang.String getType()
Getter for field TYPEThe type of the endpoint
The type of the endpoint.
-
getPort
java.lang.Long getPort()
Getter for field PORTThe port which the endpoint is using
The port which the endpoint is using
-
getSecurePort
java.lang.Long getSecurePort()
Getter for field SECPORTThe secured port which the endpoint is using
The security port which the endpoint is using
-
getHost
java.lang.String getHost()
Getter for field HOSTThe host which the endpoint is using
The host which the endpoint is using
-
getCICSObjectReference
IJVMEndpointReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-