com.bankframe.services.notification.impl.registeredaddress
Class RegisteredAddressCMPBean

java.lang.Object
  extended bycom.bankframe.services.notification.registeredaddress.RegisteredAddressBean
      extended bycom.bankframe.services.notification.impl.registeredaddress.RegisteredAddressBean
          extended bycom.bankframe.services.notification.impl.registeredaddress.RegisteredAddressCMPBean
All Implemented Interfaces:
EEntity, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, RegisteredAddress, java.io.Serializable

public class RegisteredAddressCMPBean
extends RegisteredAddressBean
implements javax.ejb.EntityBean

The RegisteredAddress Entity

Author:
ksmith
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.services.notification.registeredaddress.RegisteredAddressBean
targetId, targetIp, targetPort
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
RegisteredAddressCMPBean()
           
 
Method Summary
 void ejbActivate()
          This is the ejbActivate method.
 RegisteredAddressPK ejbCreate(java.lang.String targetId, java.lang.String targetIp, java.lang.String targetPort)
          This method creates a new RegisteredAddressPK
 void ejbLoad()
          This is the ejbLoad method.
 void ejbPassivate()
          This is the ejbPassivate method.
 void ejbPostCreate(java.lang.String targetId, java.lang.String targetIp, java.lang.String targetPort)
          This method corresponds to ejbPostCreate method after creating a new SupervisorsList
 void ejbRemove()
          This is the ejbRemove method.
 void ejbStore()
          This is the ejbStore method.
 void setEntityContext(javax.ejb.EntityContext entityContext)
          This is the setEntityContext method.
 void unsetEntityContext()
          This is the unsetEntityContext method.
 
Methods inherited from class com.bankframe.services.notification.impl.registeredaddress.RegisteredAddressBean
toDataPacket
 
Methods inherited from class com.bankframe.services.notification.registeredaddress.RegisteredAddressBean
create, getTargetId, getTargetIp, getTargetPort, setTargetId, setTargetIp, setTargetPort
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredAddressCMPBean

public RegisteredAddressCMPBean()
Method Detail

ejbActivate

public void ejbActivate()
This is the ejbActivate method.

Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbCreate

public RegisteredAddressPK ejbCreate(java.lang.String targetId,
                                     java.lang.String targetIp,
                                     java.lang.String targetPort)
                              throws javax.ejb.CreateException
This method creates a new RegisteredAddressPK

Parameters:
targetId - String
targetIp - String
targetPort - String
Throws:
ValidationException
javax.ejb.CreateException

ejbLoad

public void ejbLoad()
This is the ejbLoad method.

Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
This is the ejbPassivate method.

Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate(java.lang.String targetId,
                          java.lang.String targetIp,
                          java.lang.String targetPort)
This method corresponds to ejbPostCreate method after creating a new SupervisorsList


ejbRemove

public void ejbRemove()
This is the ejbRemove method.

Specified by:
ejbRemove in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
This is the ejbStore method.

Specified by:
ejbStore in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext entityContext)
This is the setEntityContext method.

Specified by:
setEntityContext in interface javax.ejb.EntityBean
Parameters:
entityContext - EntityContext

unsetEntityContext

public void unsetEntityContext()
This is the unsetEntityContext method.

Specified by:
unsetEntityContext in interface javax.ejb.EntityBean


Copyright © 2004 Siebel Systems, Inc. All rights reserved.