org.chromattic.core.mapper
Class MethodMapper.Destroy

java.lang.Object
  extended by org.chromattic.core.mapper.MethodMapper<EntityContext>
      extended by org.chromattic.core.mapper.MethodMapper.Destroy
All Implemented Interfaces:
MethodInvoker<EntityContext>
Enclosing class:
MethodMapper<C extends ObjectContext>

public static class MethodMapper.Destroy
extends MethodMapper<EntityContext>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.core.mapper.MethodMapper
MethodMapper.Create<C extends ObjectContext>, MethodMapper.Destroy, MethodMapper.FindById<C extends ObjectContext>
 
Constructor Summary
MethodMapper.Destroy(Method method)
           
 
Method Summary
 Object invoke(EntityContext context, Object[] args)
           
 
Methods inherited from class org.chromattic.core.mapper.MethodMapper
getMethod, invoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodMapper.Destroy

public MethodMapper.Destroy(Method method)
Method Detail

invoke

public Object invoke(EntityContext context,
                     Object[] args)
              throws Throwable
Overrides:
invoke in class MethodMapper<EntityContext>
Throws:
Throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.