wt.services.ac
Interface ServiceLoader

All Known Implementing Classes:
DefaultServiceLoader

public interface ServiceLoader



Supported API: false

Extendable: false


Field Summary
static String SERVICES
          Label for the attribute.
 
Method Summary
 ACServices getServices()
          Gets the object for the association that plays role: SERVICES.
 void load()
          

Supported API: false
 void setServices(ACServices a_Services)
          Sets the object for the association that plays role: SERVICES.
 

Field Detail

SERVICES

public static final String SERVICES
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getServices

public ACServices getServices()
Gets the object for the association that plays role: SERVICES.

Supported API: false

Returns:
ACServices

setServices

public void setServices(ACServices a_Services)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: SERVICES.

Supported API: false

Parameters:
a_Services -
Throws:
WTPropertyVetoException

load

public void load()
          throws ACRuntimeException


Supported API: false

Throws:
ACRuntimeException