org.jbpm.pvm.impl
Class WireProperties

java.lang.Object
  extended by org.jbpm.pvm.impl.WireProperties
All Implemented Interfaces:
java.io.Serializable

public class WireProperties
extends java.lang.Object
implements java.io.Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long dbid
           
protected  int dbversion
           
protected  WireContext wireContext
           
 
Constructor Summary
WireProperties()
           
 
Method Summary
 void add(Descriptor descriptor)
           
 java.lang.Object get(java.lang.String key)
           
 long getDbid()
           
 WireContext getWireContext()
           
 java.util.Set<java.lang.String> keys()
           
 void setWireContext(WireContext wireContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbid

protected long dbid

dbversion

protected int dbversion

wireContext

protected WireContext wireContext
Constructor Detail

WireProperties

public WireProperties()
Method Detail

get

public java.lang.Object get(java.lang.String key)

keys

public java.util.Set<java.lang.String> keys()

add

public void add(Descriptor descriptor)

getWireContext

public WireContext getWireContext()

setWireContext

public void setWireContext(WireContext wireContext)

getDbid

public long getDbid()