org.simantics.databoard.accessor.wire
Class IWireServer.ApplyResult

java.lang.Object
  extended by org.simantics.databoard.accessor.wire.IWireServer.ApplyResult
Enclosing interface:
IWireServer

public static class IWireServer.ApplyResult
extends java.lang.Object


Field Summary
 WireException error
           
 java.util.LinkedList<Event> rollbackLog
           
 
Constructor Summary
IWireServer.ApplyResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

public WireException error

rollbackLog

public java.util.LinkedList<Event> rollbackLog
Constructor Detail

IWireServer.ApplyResult

public IWireServer.ApplyResult()