|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.sixdml.excelon.xlnServiceBase
xlnServiceBase.java Base class of all services in the org.sixdml.excelon hierarchy. Created: Tue Feb 04 04:07:37 2002
| Field Summary | |
protected org.sixdml.excelon.xlnSixdmlCollection |
collection
The underlying collection object that provides the context for this service, if any. |
protected HashMap |
properties
This is the table of properties for the needed by the Configurable interface. |
| Fields inherited from interface org.sixdml.SixdmlConstants |
SIXDML_NS, SIXDML_VERSION |
| Constructor Summary | |
xlnServiceBase()
|
|
| Method Summary | |
abstract String |
getName()
Gets the name of the service. |
String |
getProperty(String name)
Returns the value of the property identified by name. |
String |
getVersion()
Gets the version of the service. |
void |
setCollection(Collection col)
Sets the Collection attribute of the Service object. |
void |
setProperty(String name,
String value)
Sets the property name to have the value provided in value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.sixdml.excelon.xlnSixdmlCollection collection
protected HashMap properties
Configurable interface.
Configurable| Constructor Detail |
public xlnServiceBase()
| Method Detail |
public void setCollection(Collection col)
setCollection in interface Servicepublic abstract String getName()
getName in interface Servicepublic String getVersion()
getVersion in interface Servicepublic String getProperty(String name)
getProperty in interface Configurable
public void setProperty(String name,
String value)
setProperty in interface Configurablename - the name of the property to set.value - the value to set for the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||