ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.txn
Class SynchronizedTransactions.AddCall

java.lang.Object
  extended by org.modeshape.jcr.txn.SynchronizedTransactions.AddCall
All Implemented Interfaces:
SynchronizedTransactions.Call
Enclosing class:
SynchronizedTransactions

protected static final class SynchronizedTransactions.AddCall
extends Object
implements SynchronizedTransactions.Call


Constructor Summary
protected SynchronizedTransactions.AddCall(String workspace, NodeKey key, Path path, Name primaryType, Set<Name> mixinTypes, Collection<Property> properties)
           
 
Method Summary
 void send(SessionEnvironment.Monitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedTransactions.AddCall

protected SynchronizedTransactions.AddCall(String workspace,
                                           NodeKey key,
                                           Path path,
                                           Name primaryType,
                                           Set<Name> mixinTypes,
                                           Collection<Property> properties)
Method Detail

send

public void send(SessionEnvironment.Monitor monitor)
Specified by:
send in interface SynchronizedTransactions.Call

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.