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<C>>

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<C>>, MethodMapper.Destroy, MethodMapper.FindById<C extends ObjectContext<C>>
 
Constructor Summary
MethodMapper.Destroy(org.reflext.api.MethodInfo method)
           
 
Method Summary
 java.lang.Object invoke(EntityContext ctx)
           
 java.lang.Object invoke(EntityContext ctx, java.lang.Object arg)
           
 java.lang.Object invoke(EntityContext ctx, java.lang.Object[] args)
           
 
Methods inherited from class org.chromattic.core.mapper.MethodMapper
getMethod, 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(org.reflext.api.MethodInfo method)
Method Detail

invoke

public java.lang.Object invoke(EntityContext ctx)
                        throws java.lang.Throwable
Specified by:
invoke in interface MethodInvoker<EntityContext>
Overrides:
invoke in class MethodMapper<EntityContext>
Throws:
java.lang.Throwable

invoke

public java.lang.Object invoke(EntityContext ctx,
                               java.lang.Object arg)
                        throws java.lang.Throwable
Specified by:
invoke in interface MethodInvoker<EntityContext>
Overrides:
invoke in class MethodMapper<EntityContext>
Throws:
java.lang.Throwable

invoke

public java.lang.Object invoke(EntityContext ctx,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface MethodInvoker<EntityContext>
Overrides:
invoke in class MethodMapper<EntityContext>
Throws:
java.lang.Throwable


Copyright © 2013 eXo Platform SAS. All Rights Reserved.