|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.ServiceInfo
public class ServiceInfo
This Java class represents the service information.
| Nested Class Summary | |
|---|---|
static class |
ServiceInfo.Address
This Java class defines the URL of an SAP CC service. |
static class |
ServiceInfo.ServiceAvailability
This Java class |
static class |
ServiceInfo.ServiceInfoSecurity
This enumeration defines the security information: off, one way, or dual. |
static class |
ServiceInfo.ServiceInfoType
This enumeration lists all the types of communication services. |
| Field Summary | |
|---|---|
static ServiceInfo.ServiceAvailability[] |
ALL_FORBIDDEN
This service is forbidden for all the instances. |
static ServiceInfo.ServiceAvailability[] |
ALL_MANDATORY
This service is mandatory for all the instances in the SAP CC system. |
static ServiceInfo.ServiceAvailability[] |
ALL_OPTIONAL
This service is optional for all the instances. |
static int |
NO_DEFINED_PORT
Used if no port is defined. |
static java.lang.String |
TAG_NAME
The XML tag name of this class: "serviceInfo" |
| Constructor Summary | |
|---|---|
ServiceInfo()
Builds an empty ServiceInfo instance. |
|
ServiceInfo(ServiceInfo.ServiceInfoType serviceInfoType)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ServiceInfo o)
|
ServiceInfo.Address |
getAddress()
|
ServiceInfo.ServiceInfoSecurity |
getServiceInfoSecurity()
|
ServiceInfo.ServiceInfoType |
getServiceInfoType()
|
java.net.URL |
getURL()
Returns the URL of the service. |
boolean |
isAvailable()
Indicates if the service is available, i.e. |
boolean |
isEnabled()
Indicates if the service is enabled, i.e. |
void |
setServiceInfoSecurity(ServiceInfo.ServiceInfoSecurity serviceInfoSecurity)
|
void |
setServiceInfoType(ServiceInfo.ServiceInfoType serviceInfoType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TAG_NAME
public static final int NO_DEFINED_PORT
public static final ServiceInfo.ServiceAvailability[] ALL_MANDATORY
public static final ServiceInfo.ServiceAvailability[] ALL_OPTIONAL
public static final ServiceInfo.ServiceAvailability[] ALL_FORBIDDEN
| Constructor Detail |
|---|
public ServiceInfo()
ServiceInfo instance.
public ServiceInfo(ServiceInfo.ServiceInfoType serviceInfoType)
| Method Detail |
|---|
public ServiceInfo.ServiceInfoType getServiceInfoType()
public void setServiceInfoType(ServiceInfo.ServiceInfoType serviceInfoType)
public ServiceInfo.ServiceInfoSecurity getServiceInfoSecurity()
public void setServiceInfoSecurity(ServiceInfo.ServiceInfoSecurity serviceInfoSecurity)
public ServiceInfo.Address getAddress()
public boolean isEnabled()
true if service is enabled, false otherwisepublic boolean isAvailable()
true if service is available, false otherwisepublic java.net.URL getURL()
null otherwisepublic int compareTo(ServiceInfo o)
compareTo in interface java.lang.Comparable<ServiceInfo>
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||