org.nakedobjects.runtime.transaction
Class PersistenceCommandAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.transaction.PersistenceCommandAbstract
All Implemented Interfaces:
PersistenceCommand
Direct Known Subclasses:
AbstractInMemoryPersistenceCommand

public abstract class PersistenceCommandAbstract
extends java.lang.Object
implements PersistenceCommand


Constructor Summary
PersistenceCommandAbstract(NakedObject adapter)
           
 
Method Summary
protected static AuthenticationSession getAuthenticationSession()
           
 NakedObject onObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.runtime.transaction.PersistenceCommand
execute
 

Constructor Detail

PersistenceCommandAbstract

public PersistenceCommandAbstract(NakedObject adapter)
Method Detail

onObject

public NakedObject onObject()
Specified by:
onObject in interface PersistenceCommand

getAuthenticationSession

protected static AuthenticationSession getAuthenticationSession()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.