|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.handler.AsnOperationHandler
public abstract class AsnOperationHandler
Super-class for an assertion operation handler.
| Constructor Summary | |
|---|---|
AsnOperationHandler()
Default constructor |
|
| Method Summary | |
|---|---|
AsnIndexAdapter |
getIndexAdapter()
Gets the index adapter associated with the operation. |
abstract void |
handle(AsnContext context)
Handles an assertion operation. |
void |
setIndexAdapter(AsnIndexAdapter adapter)
Sets the index adapter associated with the operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnOperationHandler()
| Method Detail |
|---|
public AsnIndexAdapter getIndexAdapter()
public void setIndexAdapter(AsnIndexAdapter adapter)
adapter - the assertion index adapter
public abstract void handle(AsnContext context)
throws Exception
context - the assertion operation context
Exception - if a processing exception occurs
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||