org.nakedobjects.plugins.headless.embedded
Class EmbeddedContextNoop
java.lang.Object
org.nakedobjects.plugins.headless.embedded.EmbeddedContextNoop
- All Implemented Interfaces:
- EmbeddedContext
public class EmbeddedContextNoop
- extends java.lang.Object
- implements EmbeddedContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedContextNoop
public EmbeddedContextNoop()
getAuthenticationSession
public AuthenticationSession getAuthenticationSession()
- Specified by:
getAuthenticationSession in interface EmbeddedContext
getPersistenceState
public PersistenceState getPersistenceState(java.lang.Object object)
- Specified by:
getPersistenceState in interface EmbeddedContext
instantiate
public java.lang.Object instantiate(java.lang.Class<?> type)
- Specified by:
instantiate in interface EmbeddedContext
makePersistent
public void makePersistent(java.lang.Object object)
- Specified by:
makePersistent in interface EmbeddedContext
remove
public void remove(java.lang.Object object)
- Specified by:
remove in interface EmbeddedContext
resolve
public void resolve(java.lang.Object parent)
- Specified by:
resolve in interface EmbeddedContext
resolve
public void resolve(java.lang.Object parent,
java.lang.Object field)
- Specified by:
resolve in interface EmbeddedContext
objectChanged
public void objectChanged(java.lang.Object object)
- Specified by:
objectChanged in interface EmbeddedContext
allMatchingQuery
public <T> java.util.List<T> allMatchingQuery(Query<T> query)
- Specified by:
allMatchingQuery in interface EmbeddedContext
firstMatchingQuery
public <T> T firstMatchingQuery(Query<T> query)
- Specified by:
firstMatchingQuery in interface EmbeddedContext
commit
public void commit()
- Specified by:
commit in interface EmbeddedContext
flush
public boolean flush()
- Specified by:
flush in interface EmbeddedContext
informUser
public void informUser(java.lang.String message)
- Specified by:
informUser in interface EmbeddedContext
warnUser
public void warnUser(java.lang.String message)
- Specified by:
warnUser in interface EmbeddedContext
raiseError
public void raiseError(java.lang.String message)
- Specified by:
raiseError in interface EmbeddedContext
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.