Package wt.vc.config
Class InUseDelegateFactory
java.lang.Object
wt.vc.config.InUseDelegateFactory
- All Implemented Interfaces:
Externalizable,Serializable,wt.services.applicationcontext.ApplicationContextChild
public class InUseDelegateFactory
extends Object
implements wt.services.applicationcontext.ApplicationContextChild, Externalizable
Factory for InUseDelegates.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetInUseDelegates(Iterated iterationToCheck) Returns an array of InUseDelegates that match given the service.properties.
-
Method Details
-
getInUseDelegates
Returns an array of InUseDelegates that match given the service.properties.
Supported API: true- Parameters:
iterationToCheck-- Returns:
- InUseDelegate[]
-