|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.federation.ServiceIdentifier
public class ServiceIdentifier
Use the newServiceIdentifier static factory method(s), not
the ServiceIdentifier constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CLASS_NAME
Label for the attribute. |
static String |
ID_SEPARATOR
Supported API: true |
static String |
SERVICE_NAME
Label for the attribute. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Return true if a specified object is a serviceIdentifier and its className and serviceName properties match the corresponding values of this object. |
String |
getClassName()
Gets the value of the attribute: CLASS_NAME. |
FederatedService |
getService()
Return an instance of the service identified by this service identifier. |
String |
getServiceName()
Gets the value of the attribute: SERVICE_NAME. |
int |
hashCode()
Return the hash code of the service identifier. |
protected void |
initialize()
Supports initialization, following construction of an instance. |
protected void |
initialize(String id)
Supports initialization, following construction of an instance. |
protected void |
initialize(String className,
String serviceName)
Supports initialization, following construction of an instance. |
static ServiceIdentifier |
newServiceIdentifier()
Constructor retuning an instance with null className and serviceName properties. |
static ServiceIdentifier |
newServiceIdentifier(String id)
Constructor returning an instance whose className and serviceName are derviced from the specified identifier. |
static ServiceIdentifier |
newServiceIdentifier(String className,
String serviceName)
Constructor returning an instance initialized with the specified className and serviceName property values. |
void |
setClassName(String a_ClassName)
Sets the value of the attribute: CLASS_NAME. |
void |
setServiceName(String a_ServiceName)
Sets the value of the attribute: SERVICE_NAME. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CLASS_NAME
public static final String SERVICE_NAME
public static final String ID_SEPARATOR
| Method Detail |
|---|
public String getClassName()
public void setClassName(String a_ClassName)
throws WTPropertyVetoException
a_ClassName -
WTPropertyVetoExceptionpublic String getServiceName()
public void setServiceName(String a_ServiceName)
throws WTPropertyVetoException
a_ServiceName -
WTPropertyVetoException
public static ServiceIdentifier newServiceIdentifier(String id)
throws wt.federation.FederationServicesException
id -
wt.federation.FederationServicesException
protected void initialize(String id)
throws wt.federation.FederationServicesException
id -
wt.federation.FederationServicesException
public static ServiceIdentifier newServiceIdentifier(String className,
String serviceName)
throws wt.federation.FederationServicesException
className - serviceName -
wt.federation.FederationServicesException
protected void initialize(String className,
String serviceName)
throws wt.federation.FederationServicesException
className - serviceName -
wt.federation.FederationServicesException
public static ServiceIdentifier newServiceIdentifier()
throws WTException
WTException
protected void initialize()
throws WTException
WTException
public FederatedService getService()
throws wt.federation.FederationServicesException
wt.federation.FederationServicesExceptionpublic boolean equals(Object obj)
equals in class Objectobj -
public int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||