IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.classify
PolicyProviders



The policy providers interface with a method for getting the names of the providers. The name can then be used to obtain the @see com.ibm.wsspi.classify.PolicyProtocolProvider object.


Method Summary
public  StringgetPolicyProviderNames()
           Gets a string array of the policy providers names.
public  PolicyProtocolProvidergetPolicyProtocolProvider(java.lang.String)
           Gets a PolicyProtocolProvider object.

Method Detail

getPolicyProviderNames

public String getPolicyProviderNames()
Gets a string array of the policy providers names.


Returns:
     String[]


getPolicyProtocolProvider

public PolicyProtocolProvider getPolicyProtocolProvider(String providerName)
Gets a PolicyProtocolProvider object.
Parameters:


Returns:
     PolicyProtocolProvider


Throws:
    com.ibm.wsspi.classify.ClassificationException


IBM WebSphere Extended Deployment (XD)TM
Release 6.0