Uses of Class
dev.galasa.cicsts.cicsresource.CicsJvmserverResourceException
Packages that use CicsJvmserverResourceException
-
Uses of CicsJvmserverResourceException in dev.galasa.cicsts.cicsresource
Methods in dev.galasa.cicsts.cicsresource that throw CicsJvmserverResourceExceptionModifier and TypeMethodDescriptionvoid
IJvmprofile.build()
Build the JVM profile on the zOS UNIX file systemvoid
IJvmserver.build()
Build the complete JVM server including the profile zOS UNIX file and the CICS resource definition.void
IJvmserver.buildInstallResourceDefinition()
Build and install the CICS JVMSERVER resource definitionvoid
IJvmserver.buildProfile()
Build the JVM server profile zOS UNIX file onlyvoid
IJvmserver.buildResourceDefinition()
Build the CICS JVMSERVER resource definition onlylong
IJvmserverLog.checkpoint()
Checkpoint thisIJvmserverLog
void
IJvmserver.checkpointLogs()
Save a checkpoint of the current state of the JVM server logsvoid
IJvmserver.clearJvmLogs()
Delete the JVM server logsvoid
IJvmprofile.delete()
Delete the JVM profile on the zOS UNIX file systemvoid
IJvmserver.delete()
Delete the CICS JVMSERVER resource including it's zOS UNIX files and directories.void
IJvmserver.delete
(boolean ignoreErrors) Delete the CICS JVMSERVER resource including it's zOS UNIX files and directories.void
IJvmserverLog.delete()
Delete theIZosUNIXFile
if it exists.boolean
IJvmserver.disable()
Disable the CICS JVMSERVER resourceboolean
IJvmserver.disable
(IJvmserver.PurgeType purgeType) Disable the CICS JVMSERVER resource with a specificIJvmserver.PurgeType
boolean
IJvmserver.disable
(IJvmserver.PurgeType purgeType, int timeout) Disable the CICS JVMSERVER resource with a specificIJvmserver.PurgeType
and specified timeoutvoid
IJvmserver.disableDiscardDelete
(boolean ignoreErrors) Disable and discard the CICS JVMSERVER resource and delete the resource definition.IJvmserver.disableWithEscalate()
Disable the CICS JVMSERVER resource.IJvmserver.disableWithEscalate
(int stepTimeout) Disable the CICS JVMSERVER resource.void
IJvmserver.discard()
Discard the CICS JVMSERVER resource.void
IJvmserver.enable()
Enable the CICS JVMSERVER resourceIJvmserver.getJavaHome()
Convenience method that returns the JAVA_HOME as defined in the JVM ProfileIJvmserver.getJavaLogs()
Get aList
of Java log files, i.e Snap.*.trc, javacore.*.txt etc.IJvmserver.getJvmLog()
Returns the JVM server JVMLOGIJvmserver.getJvmTrace()
Returns the JVM server JVMTRACEIJvmserverLog.getName()
Returns the name of the specified log file or DDNAMEIJvmserver.getStdErr()
Returns the JVM server STDERRIJvmserver.getStdOut()
Returns the JVM server STDOUTint
IJvmserver.getThreadCount()
Get the JVMSERVER Threadcount value form CEMT, i.e the number of threads in useint
IJvmserver.getThreadLimit()
Get the JVMSERVER Threadlimit value from CEMTIJvmprofile.getWlpInstallDir()
Returns the value of theWLP_INSTALL_DIR
environment variable in the JVM profileIJvmserver.getWorkingDirectory()
Convenience method that returns the WORK_DIR as defined in the JVM ProfileIJvmserverLog.getZosBatchJobOutputSpoolFile()
Returns theIZosBatchJobOutputSpoolFile
associated with thisIJvmserverLog
IJvmserverLog.getZosUNIXFile()
Returns theIZosUNIXFile
associated with thisIJvmserverLog
void
IJvmserver.installResourceDefinition()
Install the CICS JVMSERVER resource definitionboolean
IJvmserver.isEnabled()
Returns whether the CICS JVMSERVER resource is currently enabledICicsResource.newJvmserver
(ICicsTerminal cicsTerminal, String name, String group, IJvmprofile jvmprofile) Create a CICS JVMSERVER resource object using the supplied JVM profileICicsResource.newJvmserver
(ICicsTerminal cicsTerminal, String name, String group, String jvmprofileName, IJvmserver.JvmserverType jvmserverType) Create a CICS JVMSERVER resource object using the CICS/Galasa default propertiesICicsResource.newLibertyJvmserver
(ICicsTerminal cicsTerminal, String name, String group, IJvmprofile jvmprofile, IZosLibertyServer libertyServer) Create a CICS Liberty JVMSERVER resource object using the supplied JVM profile and Liberty serverboolean
IJvmserver.resourceDefined()
Check if the CICS JVMSERVER resource definition exist via CEDA DISPLAYboolean
IJvmserver.resourceInstalled()
Check if the CICS JVMSERVER resource has been installed via CEMT INQUIREIJvmserverLog.retrieve()
Returns the contents of a specified logIJvmserverLog.retrieveSinceCheckpoint()
Returns the contents of log since the last checkpointvoid
IJvmprofile.saveToResultsArchive
(String rasPath) Store the content JVM profile on the zOS UNIX system to the Results Archive Storevoid
IJvmserver.saveToResultsArchive()
Store the content of the JVM server logs to the default location in the Results Archive Storevoid
IJvmserver.saveToResultsArchive
(String rasPath) Store the content of the JVM server logs to the Results Archive Storevoid
IJvmserverLog.saveToResultsArchive
(String rasPath) Save the log to the Results Archive StoreIJvmserverLog.searchForPattern
(Pattern searchPattern) Searches contents of log for specified search PatternIJvmserverLog.searchForPattern
(Pattern searchPattern, Pattern failPattern) Searches contents of log for specified search or fail PatternIJvmserverLog.searchForPatternSinceCheckpoint
(Pattern searchPattern) Searches contents of log for specified search Pattern since the last checkpointIJvmserverLog.searchForPatternSinceCheckpoint
(Pattern searchPattern, Pattern failPattern) Searches contents of log for specified search or fail Pattern since the last checkpointIJvmserverLog.searchForText
(String searchText) Searches contents of log for specified search textIJvmserverLog.searchForText
(String searchText, String failText) Searches contents of log for specified search or fail StringIJvmserverLog.searchForTextSinceCheckpoint
(String searchText) Searches contents of log for specified search text String since the last checkpointIJvmserverLog.searchForTextSinceCheckpoint
(String searchText, String failText) Searches contents of log for specified search or fail String since the last checkpointvoid
IJvmprofile.setJvmProfileDir
(String jvmProfileDir) Set the location for the JVM profile on the zOS UNIX file system.
WARNING: This should must equal to the CICS region JVMPROFILEDIR SIT parametervoid
IJvmprofile.setProfileName
(String name) Set the JVM profile name in the JVM server resource definitionvoid
IJvmserver.setThreadLimit
(int threadlimit) Set the JVMSERVER Threadlimit value in CEMTvoid
IJvmprofile.setWlpAutoconfigure
(boolean autoconfigure) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.autoconfigure
JVM system property in the JVM profilevoid
IJvmprofile.setWlpInstallDir
(String wlpInstallDir) Set the value of theWLP_INSTALL_DIR
environment variable in the JVM profile Galasa sets the default value ofUSSHOME/wlp
void
IJvmprofile.setWlpOutputDir
(String wlpOutputDir) Set the value of theWLP_OUTPUT_DIR
environment variable in the JVM profilevoid
IJvmprofile.setWlpServerHost
(String hostname) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.server.host
JVM system property in the JVM profilevoid
IJvmprofile.setWlpServerHttpPort
(int httpPort) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.server.http.port
JVM system property in the JVM profilevoid
IJvmprofile.setWlpServerHttpsPort
(int httpsPort) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.server.https.port
JVM system property in the JVM profilevoid
IJvmprofile.setWlpServerName
(String serverName) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.server.name
JVM system property in the JVM profile.void
IJvmprofile.setWlpServerWabEnabled
(boolean wabEnabled) Set the value of the-Dcom.ibm.cics.jvmserver.wlp.wab
JVM system property in the JVM profilevoid
IJvmprofile.setWlpUserDir
(String wlpUserDir) Set the value of theWLP_USER_DIR
environment variable in the JVM profilevoid
IJvmprofile.setZosConnectInstallDir()
Set the value of theZCEE_INSTALL_DIR
environment variable in the JVM profile using the value supplied in the Galasa Configuration Property Servicevoid
IJvmprofile.setZosConnectInstallDir
(String zOSConnectInstallDir) Set the value of theZCEE_INSTALL_DIR
environment variable in the JVM profileboolean
IJvmserver.waitForDisable()
Wait for the CICS JVMSERVER resource to be disabled.boolean
IJvmserver.waitForDisable
(int timeout) Wait for the CICS JVMSERVER resource to be disabled with specified timeout.boolean
IJvmserver.waitForEnable()
Wait for the CICS JVMSERVER resource to be enabled.boolean
IJvmserver.waitForEnable
(int timeout) Wait for the CICS JVMSERVER resource to be enabled with specified timeout.IJvmserverLog.waitForPattern
(Pattern searchPattern, long timeout) Wait for a search Pattern to appear in specified log.IJvmserverLog.waitForPattern
(Pattern searchPattern, Pattern failPattern, long timeout) Wait for a search or fail Pattern or fail Pattern to appear in specified log.IJvmserverLog.waitForPatternSinceCheckpoint
(Pattern searchPattern, long timeout) Wait for a search Pattern to appear in specified log since the last checkpoint.IJvmserverLog.waitForPatternSinceCheckpoint
(Pattern searchPattern, Pattern failPattern, long timeout) Wait for a search or fail Pattern or fail Pattern to appear in specified log since the last checkpoint.IJvmserverLog.waitForText
(String searchText, long timeout) Wait for a search String to appear in specified log.IJvmserverLog.waitForText
(String searchText, String failText, long timeout) Wait for a search String or fail text to appear in specified log.IJvmserverLog.waitForTextSinceCheckpoint
(String searchText, long timeout) Wait for a search String to appear in specified log since the last checkpoint.IJvmserverLog.waitForTextSinceCheckpoint
(String searchText, String failText, long timeout) Wait for a search or fail String to appear in specified log since the last checkpoint.