|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.orchestranetworks.service.ServiceKey
Identifies a service.
Services are of three natures:
UIHttpManagerComponent| Field Summary | |
static ServiceKey |
CREATE
Built-in creation service. |
static ServiceKey |
MERGE
Built-in merge service. |
static ServiceKey |
OPTIMIZE
Built-in optimize and refactor. |
static ServiceKey |
VALIDATION
Built-in validation service. |
| Method Summary | |
boolean |
equals(Object anObject)
|
String |
format()
Returns a persistent identifier of this service key. |
static ServiceKey |
forModuleServiceName(String moduleName,
String serviceName)
Returns an identifier of a service defined in a module. |
static ServiceKey |
forName(String serviceName)
Returns an identifier of a service defined in a schema. |
String |
getModuleName()
|
String |
getName()
Returns the name of the service. |
String |
getServiceName()
|
int |
hashCode()
|
boolean |
isBuiltInService()
Returns true if this instance identifies a built-in service. |
static ServiceKey |
parse(String aString)
Returns the service key that corresponds to the string specified. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ServiceKey CREATE
public static final ServiceKey VALIDATION
public static final ServiceKey MERGE
public static final ServiceKey OPTIMIZE
| Method Detail |
public static ServiceKey forName(String serviceName)
serviceName - name of the service in the schema (as defined by the
attribute /xs:schema/xs:complexType/@name)
public static ServiceKey forModuleServiceName(String moduleName,
String serviceName)
moduleName - name of the module (as defined by the element /module/name
in document located at /WEB-INF/ebx/module.xml).serviceName - name of the service in the module (as defined by the
attribute /module/services/service/@name
in document /WEB-INF/ebx/module.xml).public static ServiceKey parse(String aString)
The string specified is generally generated by the method format().
IllegalArgumentException - if string specified is incorrect.public String getModuleName()
public String getServiceName()
public String getName()
public String format()
The persistent identifier can be parsed back by the method parse(String).
public boolean equals(Object anObject)
public int hashCode()
public boolean isBuiltInService()
true if this instance identifies a built-in service.
public String toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
(report a bug)
EBX.Platform 4.5.2 [0601:0004]
Copyright Orchestra Networks 2000-2008. All rights reserved.