org.chromattic.core
Class EmbeddedContext

java.lang.Object
  extended by org.chromattic.core.ObjectContext
      extended by org.chromattic.core.EmbeddedContext
All Implemented Interfaces:
MethodHandler

public final class EmbeddedContext
extends ObjectContext

Version:
$Revision$
Author:
Julien Viet

Method Summary
 EntityContext getEntity()
           
 Object getObject()
           
 DomainSession getSession()
           
 NodeTypeInfo getTypeInfo()
           
 Object invoke(Object o, Method method, Object[] args)
           
 String toString()
           
 
Methods inherited from class org.chromattic.core.ObjectContext
getPropertyValue, getPropertyValues, setPropertyValue, setPropertyValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSession

public DomainSession getSession()

getTypeInfo

public NodeTypeInfo getTypeInfo()
Specified by:
getTypeInfo in class ObjectContext

getObject

public Object getObject()
Specified by:
getObject in class ObjectContext

getEntity

public EntityContext getEntity()
Specified by:
getEntity in class ObjectContext

invoke

public Object invoke(Object o,
                     Method method,
                     Object[] args)
              throws Throwable
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.