public static enum ServiceInfo.ServiceInfoType extends java.lang.Enum<ServiceInfo.ServiceInfoType>
enumeration lists all the types of communication services.| Enum Constant and Description |
|---|
EXTERNAL
The technical key name for the Message TCP technical interface of SAP CC;
|
HTTP
The technical key name for the HTTP Communication Interface (HCI) technical interface of SAP CC;
|
INTERNAL
The technical key name for the internal communication (inter-insances in an SAP system);
|
WS
The technical key name for the Web Services technical interface of SAP CC;
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo.ServiceAvailability[] |
getAvailabilities() |
static ServiceInfo.ServiceAvailability |
getAvailability(InstanceType instanceType,
ServiceInfo.ServiceInfoType serviceType) |
static java.lang.String |
getAvailableServiceNames() |
static ServiceInfo.ServiceInfoType |
getByName(java.lang.String name) |
static ServiceInfo.ServiceInfoType |
getByXMLPrefixAttr(java.lang.String name) |
java.lang.String |
getProtocol() |
java.lang.String |
getShortName() |
java.lang.String |
getXMLPrefixAttr() |
static ServiceInfo.ServiceInfoType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceInfo.ServiceInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceInfo.ServiceInfoType HTTP
public static final ServiceInfo.ServiceInfoType WS
public static final ServiceInfo.ServiceInfoType EXTERNAL
public static final ServiceInfo.ServiceInfoType INTERNAL
public static ServiceInfo.ServiceInfoType[] values()
for (ServiceInfo.ServiceInfoType c : ServiceInfo.ServiceInfoType.values()) System.out.println(c);
public static ServiceInfo.ServiceInfoType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ServiceInfo.ServiceAvailability[] getAvailabilities()
public java.lang.String getShortName()
public java.lang.String getProtocol()
public java.lang.String getXMLPrefixAttr()
public static ServiceInfo.ServiceAvailability getAvailability(InstanceType instanceType, ServiceInfo.ServiceInfoType serviceType)
public static ServiceInfo.ServiceInfoType getByName(java.lang.String name)
public static ServiceInfo.ServiceInfoType getByXMLPrefixAttr(java.lang.String name)
public static java.lang.String getAvailableServiceNames()