ca.uhn.hl7v3.rim
Class RIMClass

java.lang.Object
  extended by ca.uhn.hl7v3.rim.RIMClass
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean

Deprecated.

public abstract class RIMClass
extends Object
implements javax.ejb.EntityBean

Base class for EJB implementation of all classes in the RIM.

Author:
Bryan Tripp
See Also:
Serialized Form

Field Summary
 String UID
          Deprecated.  
 
Constructor Summary
RIMClass()
          Deprecated.  
 
Method Summary
 void ejbActivate()
          Deprecated.  
 String ejbCreate(String UID)
          Deprecated.  
 void ejbLoad()
          Deprecated.  
 void ejbPassivate()
          Deprecated.  
 void ejbPostCreate(String UID)
          Deprecated.  
 void ejbRemove()
          Deprecated.  
 void ejbStore()
          Deprecated.  
 void setEntityContext(javax.ejb.EntityContext context)
          Deprecated.  
 void unsetEntityContext()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UID

public String UID
Deprecated. 
Constructor Detail

RIMClass

public RIMClass()
Deprecated. 
Method Detail

ejbCreate

public String ejbCreate(String UID)
Deprecated. 

ejbPostCreate

public void ejbPostCreate(String UID)
Deprecated. 

setEntityContext

public void setEntityContext(javax.ejb.EntityContext context)
Deprecated. 
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
Deprecated. 
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
Deprecated. 
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Deprecated. 
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbRemove

public void ejbRemove()
Deprecated. 
Specified by:
ejbRemove in interface javax.ejb.EntityBean

ejbActivate

public void ejbActivate()
Deprecated. 
Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Deprecated. 
Specified by:
ejbPassivate in interface javax.ejb.EntityBean


Copyright © 2001-2012 University Health Network. All Rights Reserved.