|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.ac.impl.DefaultServiceDescriptor
Supported API: false
Extendable: false
Field Summary | |
private int |
cardinality
|
static String |
CARDINALITY
Label for the attribute. |
private static String |
CLASSNAME
|
static String |
CONTEXT_NAME
Label for the attribute. |
private String |
contextName
|
static int |
DUPLICATE_CARDINALITY
Supported API: false |
static String |
ENTRY_TYPE
Label for the attribute. |
private int |
entryType
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Object |
implementation
|
static String |
IMPLEMENTATION
Label for the attribute. |
private int |
priority
|
static String |
PRIORITY
Label for the attribute. |
static String |
REQUESTOR_NAME
Label for the attribute. |
private String |
requestorName
|
private static String |
RESOURCE
|
static int |
RESOURCE_ENTRY_TYPE
Supported API: false |
private Object |
selector
|
static String |
SELECTOR
Label for the attribute. |
(package private) static long |
serialVersionUID
|
static int |
SERVICE_ENTRY_TYPE
Supported API: false |
static String |
SERVICE_NAME
Label for the attribute. |
private String |
serviceName
|
static int |
SINGLETON_CARDINALITY
Supported API: false |
Constructor Summary | |
DefaultServiceDescriptor()
|
Method Summary | |
private void |
contextNameValidate(String a_ContextName)
|
int |
getCardinality()
Gets the value of the attribute: CARDINALITY. |
String |
getContextName()
Gets the value of the attribute: CONTEXT_NAME. |
int |
getEntryType()
Gets the value of the attribute: ENTRY_TYPE. |
Object |
getImplementation()
Gets the value of the attribute: IMPLEMENTATION. |
int |
getPriority()
Gets the value of the attribute: PRIORITY. |
String |
getRequestorName()
Gets the value of the attribute: REQUESTOR_NAME. |
Object |
getSelector()
Gets the value of the attribute: SELECTOR. |
String |
getServiceName()
Gets the value of the attribute: SERVICE_NAME. |
boolean |
isDuplicateCardinality()
Supported API: false |
boolean |
isResourceEntry()
Supported API: false |
boolean |
isServiceEntry()
Supported API: false |
boolean |
isSingletonCardinality()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private void |
requestorNameValidate(String a_RequestorName)
|
private void |
serviceNameValidate(String a_ServiceName)
|
void |
setCardinality(int a_Cardinality)
Sets the value of the attribute: CARDINALITY. |
void |
setContextName(String a_ContextName)
Sets the value of the attribute: CONTEXT_NAME. |
void |
setEntryType(int a_EntryType)
Sets the value of the attribute: ENTRY_TYPE. |
void |
setImplementation(Object a_Implementation)
Sets the value of the attribute: IMPLEMENTATION. |
void |
setPriority(int a_Priority)
Sets the value of the attribute: PRIORITY. |
void |
setRequestorName(String a_RequestorName)
Sets the value of the attribute: REQUESTOR_NAME. |
void |
setSelector(Object a_Selector)
Sets the value of the attribute: SELECTOR. |
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, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final int SERVICE_ENTRY_TYPE
public static final int RESOURCE_ENTRY_TYPE
public static final int DUPLICATE_CARDINALITY
public static final int SINGLETON_CARDINALITY
public static final String CARDINALITY
private int cardinality
public static final String CONTEXT_NAME
private String contextName
public static final String ENTRY_TYPE
private int entryType
public static final String IMPLEMENTATION
private Object implementation
public static final String PRIORITY
private int priority
public static final String REQUESTOR_NAME
private String requestorName
public static final String SELECTOR
private Object selector
public static final String SERVICE_NAME
private String serviceName
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
Constructor Detail |
public DefaultServiceDescriptor()
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
public int getCardinality()
public void setCardinality(int a_Cardinality) throws WTPropertyVetoException
a_Cardinality
-
WTPropertyVetoException
public String getContextName()
getContextName
in interface ServiceDescriptor
public void setContextName(String a_ContextName) throws WTPropertyVetoException
a_ContextName
-
WTPropertyVetoException
private void contextNameValidate(String a_ContextName) throws WTPropertyVetoException
a_ContextName
-
WTPropertyVetoException
public int getEntryType()
public void setEntryType(int a_EntryType) throws WTPropertyVetoException
a_EntryType
-
WTPropertyVetoException
public Object getImplementation()
getImplementation
in interface ServiceDescriptor
public void setImplementation(Object a_Implementation) throws WTPropertyVetoException
a_Implementation
-
WTPropertyVetoException
public int getPriority()
public void setPriority(int a_Priority) throws WTPropertyVetoException
a_Priority
-
WTPropertyVetoException
public String getRequestorName()
getRequestorName
in interface ServiceDescriptor
public void setRequestorName(String a_RequestorName) throws WTPropertyVetoException
a_RequestorName
-
WTPropertyVetoException
private void requestorNameValidate(String a_RequestorName) throws WTPropertyVetoException
a_RequestorName
-
WTPropertyVetoException
public Object getSelector()
getSelector
in interface ServiceDescriptor
public void setSelector(Object a_Selector)
a_Selector
- public String getServiceName()
getServiceName
in interface ServiceDescriptor
public void setServiceName(String a_ServiceName) throws WTPropertyVetoException
a_ServiceName
-
WTPropertyVetoException
private void serviceNameValidate(String a_ServiceName) throws WTPropertyVetoException
a_ServiceName
-
WTPropertyVetoException
public boolean isResourceEntry()
public boolean isServiceEntry()
public boolean isDuplicateCardinality()
public boolean isSingletonCardinality()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |