Oracle Corporation

com.bea.wlcp.wlng.api.sla
Interface SlaParserCallback


public interface SlaParserCallback

The call back class for cashing the SLA. This interface allows optimize the processing or the custom SLA to a desired representation, to avoid doing the same processing in every request.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 Object parse(String sla)
           
 

Method Detail

parse

public Object parse(String sla)
             throws ValidationFailedException
Throws:
ValidationFailedException

Oracle Corporation