|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.applicationcontext.implementation.WTServiceIdentifier
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
REQUESTOR_NAME
Label for the attribute; Class of object whos purpose is to identify a WTServiceInfo. |
private String |
requestorName
|
private static String |
RESOURCE
|
private String |
selector
|
static String |
SELECTOR
Label for the attribute. |
(package private) static long |
serialVersionUID
|
static String |
SERVICE_NAME
Label for the attribute. |
private String |
serviceName
|
private static String |
versionID
|
Constructor Summary | |
WTServiceIdentifier()
|
Method Summary | |
String |
getRequestorName()
Gets the value of the attribute: REQUESTOR_NAME. |
String |
getSelector()
Gets the value of the attribute: SELECTOR. |
String |
getServiceName()
Gets the value of the attribute: SERVICE_NAME. |
int |
hashCode()
Override the hash code to be based on serviceName, requestorName and selector. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private void |
readOldVersion(ObjectInput input,
long readSerialVersionUID)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected void |
setRequestorName(String a_RequestorName)
Sets the value of the attribute: REQUESTOR_NAME. |
protected void |
setSelector(String a_Selector)
Sets the value of the attribute: SELECTOR. |
protected void |
setServiceName(String a_ServiceName)
Sets the value of the attribute: SERVICE_NAME. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String versionID
static final long serialVersionUID
public static final String SERVICE_NAME
private String serviceName
public static final String REQUESTOR_NAME
private String requestorName
public static final String SELECTOR
private String selector
Constructor Detail |
public WTServiceIdentifier()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
private void readOldVersion(ObjectInput input, long readSerialVersionUID) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
-
IOException
ClassNotFoundException
public String getServiceName()
protected void setServiceName(String a_ServiceName)
a_ServiceName
- public String getRequestorName()
protected void setRequestorName(String a_RequestorName)
a_RequestorName
- public String getSelector()
protected void setSelector(String a_Selector)
a_Selector
- public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |