wt.vc.config
Class InUseDelegateFactory

java.lang.Object
  extended by 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

See Also:
Serialized Form

Method Summary
 InUseDelegate[] getInUseDelegates(Iterated iterationToCheck)
          Returns an array of InUseDelegates that match given the service.properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInUseDelegates

public InUseDelegate[] getInUseDelegates(Iterated iterationToCheck)
Returns an array of InUseDelegates that match given the service.properties.

Supported API: true

Parameters:
iterationToCheck -
Returns:
InUseDelegate[]