|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.mainview.nvbapi.ServicePoint
public class ServicePoint
A target on the mainframe. The available targets can be seen from the PLEXMGR PLEXOVER view.
Field Summary | |
---|---|
java.lang.String |
context
The MVI defined context |
java.lang.String |
contexts
A colon separated list of the contexts that this service point is part of. |
java.lang.String |
description
The text description of the product |
java.lang.String |
product
The MVI product to be accessed. |
java.lang.String |
server
The jobname of the Product Address Space (PAS) |
java.lang.String |
status
The servicepoint status: Active or Inactive |
java.lang.String |
sysname
The zOS system name |
java.lang.String |
sysplex
The zOS sysplex name |
java.lang.String |
system
The host system name |
VersionNumber |
version
The version number of the product, if available. |
Constructor Summary | |
---|---|
ServicePoint()
|
|
ServicePoint(TabularView group,
int row)
A constructor that extracts a Service Point definition from a row of the Plex Manager CONACTP view. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Test if two ServicePoints refer to the same place. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
match(java.lang.String pattern)
See if this service point is a member of a set of names |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String product
public java.lang.String system
public java.lang.String context
public java.lang.String description
public java.lang.String status
public java.lang.String sysname
public java.lang.String sysplex
public java.lang.String server
public java.lang.String contexts
public VersionNumber version
Constructor Detail |
---|
public ServicePoint(TabularView group, int row) throws java.io.IOException
row
-
java.io.IOException
public ServicePoint()
Method Detail |
---|
public int hashCode()
java.util.Hashtable
.
hashCode
in class java.lang.Object
Object.equals(Object)
,
Hashtable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean match(java.lang.String pattern)
pattern
- A comma-separated list of contexts, system names
or sysplex names. It supports the SYSPLEX:name and SYSNAME:name syntax.
true
if this service point is included in one of the contexts.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |