org.jpos.q2
Class Q2.QEntry

java.lang.Object
  extended by org.jpos.q2.Q2.QEntry
Enclosing class:
Q2

public static class Q2.QEntry
extends Object


Constructor Summary
Q2.QEntry()
           
Q2.QEntry(long deployed, ObjectInstance instance)
           
 
Method Summary
 long getDeployed()
           
 ObjectInstance getInstance()
           
 Object getObject()
           
 ObjectName getObjectName()
           
 boolean isQBean()
           
 boolean isQPersist()
           
 void setDeployed(long deployed)
           
 void setInstance(ObjectInstance instance)
           
 void setObject(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Q2.QEntry

public Q2.QEntry()

Q2.QEntry

public Q2.QEntry(long deployed,
                 ObjectInstance instance)
Method Detail

getDeployed

public long getDeployed()

setDeployed

public void setDeployed(long deployed)

setInstance

public void setInstance(ObjectInstance instance)

getInstance

public ObjectInstance getInstance()

getObjectName

public ObjectName getObjectName()

setObject

public void setObject(Object obj)

getObject

public Object getObject()

isQBean

public boolean isQBean()

isQPersist

public boolean isQPersist()


Copyright © 1998-2012 jPOS.org. All Rights Reserved.