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 class
IJVMEndpoint.EnableStatusValue
Enumeration 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 IJVMEndpointReference
getCICSObjectReference()
IJVMEndpoint.EnableStatusValue
getEnableStatus()
Getter for field ENABLESTATUSjava.lang.String
getHost()
Getter for field HOSTjava.lang.String
getJvmEndpoint()
Getter for field JVMENDPOINTjava.lang.String
getJvmServer()
Getter for field JVMSERVERICICSType<IJVMEndpoint>
getObjectType()
java.lang.Long
getPort()
Getter for field PORTjava.lang.Long
getSecurePort()
Getter for field SECPORTjava.lang.String
getType()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-