|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Advisor
An Advisor makes recommendations when provided with an advice request. The Advisor subsystem is designed to isolate clients from implementations that provide the advice required.
| Method Summary | |
|---|---|
Advice |
getAdvice(AdviceRequest request)Get recommendations based on the request submitted. |
Advice |
getAdvice(String uri)Get recommendations based on the uri submitted. |
| Method Detail |
|---|
Advice getAdvice(AdviceRequest request)
throws IllegalArgumentException,
RemoteException,
AdvisorException
request - Request for advice.IllegalArgumentException - thrown if request is null.AdvisorException - thrown on an error processing request.RemoteException
Advice getAdvice(String uri)
throws IllegalArgumentException,
RemoteException,
AdvisorException
uri - Request for advice.IllegalArgumentException - thrown if request is null.AdvisorException - thrown on an error processing request.RemoteException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.