public class ServerName
extends java.lang.Object
Constructor and Description |
---|
ServerName() |
Modifier and Type | Method and Description |
---|---|
static int |
getAsid()
Gets the MVS ASID (Address Space IDentifier - 2 byte (short) integer
which also identifies a process in z/OS).
|
static byte[] |
getControllerStoken() |
static java.lang.String |
getControllerStokenString() |
static java.lang.String |
getDisplayName()
Gets the short text display name of the server
|
static java.lang.String |
getFullName()
Gets the fully-qualified name of the server in the form of "Domain Name\Node Name\Server Name" |
static java.lang.String |
getjsabjbnm()
Gets the jsabjbnm value.
|
static java.lang.String |
getjsabpref()
Gets the jsabpref value (STCxxxxx).
|
static int |
getPid()
Gets the Unix Process id for the server.
|
static java.lang.String |
getPrintableStoken()
Gets the stoken of the space.
|
static java.lang.Long |
getServerId()
Gets the Unique Server ID Number (this is -1 for AEs/AEd)
|
static java.lang.String |
getSMFId()
Gets the MVS System Management Facility System Identification
from the SMCA (CVTSMCA->SMCA.SMCASID)
|
static byte[] |
getStoken()
Gets the stoken of the space(an opaque/binary 8 byte unique identifier for
an address space/process on z/OS.
|
static void |
initialize(java.lang.String cell,
java.lang.String node,
java.lang.String server)
Deprecated.
This method is for WebSphere runtime use only. Applications
should not call this method.
|
static void |
was390Initialize(byte[] a_stoken,
java.lang.String a_printable_stoken,
java.lang.String a_jsabpref,
int a_pid,
int an_asid,
java.lang.String a_jsabjbnm)
Deprecated.
This method is for WebSphere runtime use only. Applications
should not call this method.
|
static void |
was390Initialize(byte[] a_stoken,
java.lang.String a_printable_stoken,
java.lang.String a_jsabpref,
int a_pid,
int an_asid,
java.lang.String a_jsabjbnm,
java.lang.String a_smcasid)
Deprecated.
This method is for WebSphere runtime use only. Applications
should not call this method.
|
public static void initialize(java.lang.String cell, java.lang.String node, java.lang.String server)
cell
- cell namenode
- node nameserver
- server namepublic static java.lang.String getDisplayName()
public static java.lang.Long getServerId()
public static java.lang.String getFullName()
Gets the fully-qualified name of the server in the form of "Domain Name\Node Name\Server Name"
public static void was390Initialize(byte[] a_stoken, java.lang.String a_printable_stoken, java.lang.String a_jsabpref, int a_pid, int an_asid, java.lang.String a_jsabjbnm)
a_stoken
- stoken of the server processa_printable_stoken
- stoken as a printable stringa_jsabpref
- Prefix for the server process obtained from the JSAB (job scheduler address space control block)a_pid
- Unix Process id for the server processan_asid
- MVS ASID (Address Space IDentifier) for the server processa_jsabjbnm
- Job name for the server process obtained from the JSAB (job scheduler address space control block)public static void was390Initialize(byte[] a_stoken, java.lang.String a_printable_stoken, java.lang.String a_jsabpref, int a_pid, int an_asid, java.lang.String a_jsabjbnm, java.lang.String a_smcasid)
This method is for WebSphere runtime use only. Applications should not call this method.
a_stoken
- stoken of the server processa_printable_stoken
- stoken as a printable stringa_jsabpref
- Prefix for the server process obtained from the JSAB (job scheduler address space control block)a_pid
- Unix Process id for the server processan_asid
- MVS ASID (Address Space IDentifier) for the server processa_jsabjbnm
- Job name for the server process obtained from the JSAB (job scheduler address space control block)a_smcasid
- MVS System Management Facility System Identification
from the SMCA for the server processpublic static byte[] getStoken()
public static java.lang.String getPrintableStoken()
public static java.lang.String getjsabpref()
public static java.lang.String getjsabjbnm()
public static int getPid()
public static int getAsid()
public static java.lang.String getSMFId()
public static byte[] getControllerStoken()
public static java.lang.String getControllerStokenString()