wt.services.ac
Interface ServiceImplementation

All Known Implementing Classes:
DefaultServiceImplementation

public interface ServiceImplementation

Handles the creation and storage of services.

Supported API: false

Extendable: false


Field Summary
static String DESCRIPTOR
          Label for the attribute.
 
Method Summary
 int comparePriority(ServiceImplementation other)
          

Supported API: false
 ServiceDescriptor getDescriptor()
          Gets the object for the association that plays role: DESCRIPTOR.
 String getRequestorName()
          

Supported API: false
 Object getService()
          

Supported API: false
 void setDescriptor(ServiceDescriptor a_Descriptor)
          Sets the object for the association that plays role: DESCRIPTOR.
 

Field Detail

DESCRIPTOR

public static final String DESCRIPTOR
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getDescriptor

public ServiceDescriptor getDescriptor()
Gets the object for the association that plays role: DESCRIPTOR.

Supported API: false

Returns:
ServiceDescriptor

setDescriptor

public void setDescriptor(ServiceDescriptor a_Descriptor)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: DESCRIPTOR.

Supported API: false

Parameters:
a_Descriptor -
Throws:
WTPropertyVetoException

getRequestorName

public String getRequestorName()


Supported API: false

Returns:
String

getService

public Object getService()


Supported API: false

Returns:
Object

comparePriority

public int comparePriority(ServiceImplementation other)


Supported API: false

Parameters:
other -
Returns:
int