ca.uhn.hl7v3.rim
Class RIMClass
java.lang.Object
ca.uhn.hl7v3.rim.RIMClass
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
public abstract class RIMClass
- extends java.lang.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 |
java.lang.String |
UID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UID
public java.lang.String UID
RIMClass
public RIMClass()
ejbCreate
public java.lang.String ejbCreate(java.lang.String UID)
ejbPostCreate
public void ejbPostCreate(java.lang.String UID)
setEntityContext
public void setEntityContext(javax.ejb.EntityContext context)
- Specified by:
setEntityContext
in interface javax.ejb.EntityBean
unsetEntityContext
public void unsetEntityContext()
- Specified by:
unsetEntityContext
in interface javax.ejb.EntityBean
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interface javax.ejb.EntityBean
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interface javax.ejb.EntityBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.EntityBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.EntityBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.EntityBean
Copyright © 2001-2011 University Health Network. All Rights Reserved.