public interface IJVMEndpoint extends ICICSResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
IJVMEndpoint.EnableStatusValue
Enumeration type for field ENABLESTATUS
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IJVMEndpointReference |
getCICSObjectReference() |
IJVMEndpoint.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS
|
java.lang.String |
getHost()
Getter for field HOST
|
java.lang.String |
getJvmEndpoint()
Getter for field JVMENDPOINT
|
java.lang.String |
getJvmServer()
Getter for field JVMSERVER
|
ICICSType<IJVMEndpoint> |
getObjectType() |
java.lang.Long |
getPort()
Getter for field PORT
|
java.lang.Long |
getSecurePort()
Getter for field SECPORT
|
java.lang.String |
getType()
Getter for field TYPE
|
getCICSContainer, getCICSRelease, getRegionNamegetCICSType, getNameICICSType<IJVMEndpoint> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getJvmEndpoint()
Endpoint name
Specifies the name of this Liberty Endpoint. The name can be up to 224 characters in length.
IJVMEndpoint.EnableStatusValue getEnableStatus()
Enable Status
Returns a CVDA indicating the enable state of the Liberty Endpoint. Values are:
java.lang.String getJvmServer()
JVMSERVER name
Name of JVMSERVER from which the Liberty Endpoint is installed.
java.lang.String getType()
The type of the endpoint
The type of the endpoint.
java.lang.Long getPort()
The port which the endpoint is using
The port which the endpoint is using
java.lang.Long getSecurePort()
The secured port which the endpoint is using
The security port which the endpoint is using
java.lang.String getHost()
The host which the endpoint is using
The host which the endpoint is using
IJVMEndpointReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICICSResourceCopyright ? 2008-2015 IBM Corp. All Rights Reserved.