jasco.runtime.distribution
Class DistributedTrapExecutor

java.lang.Object
  extended by jasco.runtime.DefaultTrapExecutor
      extended by jasco.runtime.distribution.DistributedTrapExecutor
All Implemented Interfaces:
ConnectorRegistryListener, ITrapExecutor

public class DistributedTrapExecutor
extends DefaultTrapExecutor


Constructor Summary
DistributedTrapExecutor()
           
 
Method Summary
 java.lang.Object executeTrap(JascoMethod method)
           
 boolean isAdapted(JascoMethod method)
           
 
Methods inherited from class jasco.runtime.DefaultTrapExecutor
addToCachedItems, compCachable, getCachedItem, invalidateCache, isCachable, registryChanged, registryUpdated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedTrapExecutor

public DistributedTrapExecutor()
Method Detail

isAdapted

public boolean isAdapted(JascoMethod method)
Specified by:
isAdapted in interface ITrapExecutor
Overrides:
isAdapted in class DefaultTrapExecutor

executeTrap

public java.lang.Object executeTrap(JascoMethod method)
                             throws java.lang.Exception
Specified by:
executeTrap in interface ITrapExecutor
Overrides:
executeTrap in class DefaultTrapExecutor
Throws:
java.lang.Exception