IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.classify
RuleLanguageContext

All Implemented Interfaces
Cloneable


This interface contains Rulelanguage information. If not known from an instance class, then the information will be obtained from the rule language context. For example, the rule language context object may be asked for the current protocol scope.


Method Summary
public  Objectclone()
           Returns a clone of the RuleLanguageContext.
public  voidsetProtocolScope(java.lang.String)
           Sets the context protocol scope.
public  StringgetProtocolScope()
           Gets the context protocol scope.

Method Detail

clone

public Object clone()
Returns a clone of the RuleLanguageContext.


Returns:
     Object


setProtocolScope

public void setProtocolScope(String protocol)
Sets the context protocol scope.
Parameters:


getProtocolScope

public String getProtocolScope()
Gets the context protocol scope.


Returns:
     String


IBM WebSphere Extended Deployment (XD)TM
Release 6.0