Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.handler
Class AsnOperationHandler

java.lang.Object
  extended by com.esri.gpt.server.assertion.handler.AsnOperationHandler
Direct Known Subclasses:
AsnApiHandler, AsnCommentHandler, AsnCreateHandler, AsnDeleteHandler, AsnDisableHandler, AsnEnableHandler, AsnRatingHandler, AsnUIResourcesHandler, AsnUpdateHandler

public abstract class AsnOperationHandler
extends Object

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

AsnOperationHandler

public AsnOperationHandler()
Default constructor

Method Detail

getIndexAdapter

public AsnIndexAdapter getIndexAdapter()
Gets the index adapter associated with the operation.

Returns:
the assertion index adapter

setIndexAdapter

public void setIndexAdapter(AsnIndexAdapter adapter)
Sets the index adapter associated with the operation.

Parameters:
adapter - the assertion index adapter

handle

public abstract void handle(AsnContext context)
                     throws Exception
Handles an assertion operation.

Parameters:
context - the assertion operation context
Throws:
Exception - if a processing exception occurs

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.