com.ibm.websphere.wim.ejb
Class WIMServiceBean

java.lang.Object
  extended by com.ibm.websphere.wim.ejb.WIMServiceBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class WIMServiceBean
extends java.lang.Object
implements javax.ejb.SessionBean

Bean implementation class for Enterprise Bean: WIMService

See Also:
Serialized Form

Constructor Summary
WIMServiceBean()
           
 
Method Summary
 commonj.sdo.DataObject create(commonj.sdo.DataObject root)
           
 commonj.sdo.DataObject createDataObject(java.lang.String uri, java.lang.String typeName)
           
 commonj.sdo.DataObject createRootDataObject()
           
 commonj.sdo.DataObject createSchema(commonj.sdo.DataObject root)
           
 commonj.sdo.DataObject delete(commonj.sdo.DataObject identifiers)
           
 void dynamicUpdateConfig(java.lang.String updateEvent, java.util.Hashtable configData)
           
 void ejbActivate()
          ejbActivate
 void ejbCreate()
          ejbCreate
 void ejbPassivate()
          ejbPassivate
 void ejbRemove()
          ejbRemove
 commonj.sdo.DataObject get(commonj.sdo.DataObject root)
           
 commonj.sdo.DataObject getConfig()
           
 byte[] getConfigEPackage()
           
 byte[] getEPackages(java.lang.String nsURI)
           
 commonj.sdo.DataObject getSchema(commonj.sdo.DataObject root)
           
 javax.ejb.SessionContext getSessionContext()
          getSessionContext
 commonj.sdo.DataObject login(commonj.sdo.DataObject root)
           
 commonj.sdo.DataObject search(commonj.sdo.DataObject root)
           
 void setSessionContext(javax.ejb.SessionContext ctx)
          setSessionContext
 commonj.sdo.DataObject update(commonj.sdo.DataObject root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WIMServiceBean

public WIMServiceBean()
Method Detail

getSessionContext

public javax.ejb.SessionContext getSessionContext()
getSessionContext


setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext

Specified by:
setSessionContext in interface javax.ejb.SessionBean

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
ejbCreate

Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
ejbActivate

Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
ejbPassivate

Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
ejbRemove

Specified by:
ejbRemove in interface javax.ejb.SessionBean

getEPackages

public byte[] getEPackages(java.lang.String nsURI)
                    throws WIMException
Throws:
WIMException

createSchema

public commonj.sdo.DataObject createSchema(commonj.sdo.DataObject root)
                                    throws WIMException
Throws:
WIMException

getSchema

public commonj.sdo.DataObject getSchema(commonj.sdo.DataObject root)
                                 throws WIMException
Throws:
WIMException

createDataObject

public commonj.sdo.DataObject createDataObject(java.lang.String uri,
                                               java.lang.String typeName)
                                        throws WIMException
Throws:
WIMException

createRootDataObject

public commonj.sdo.DataObject createRootDataObject()
                                            throws WIMException
Throws:
WIMException

create

public commonj.sdo.DataObject create(commonj.sdo.DataObject root)
                              throws WIMException
Throws:
WIMException

get

public commonj.sdo.DataObject get(commonj.sdo.DataObject root)
                           throws WIMException
Throws:
WIMException

delete

public commonj.sdo.DataObject delete(commonj.sdo.DataObject identifiers)
                              throws WIMException
Throws:
WIMException

update

public commonj.sdo.DataObject update(commonj.sdo.DataObject root)
                              throws WIMException
Throws:
WIMException

search

public commonj.sdo.DataObject search(commonj.sdo.DataObject root)
                              throws WIMException
Throws:
WIMException

login

public commonj.sdo.DataObject login(commonj.sdo.DataObject root)
                             throws WIMException
Throws:
WIMException

getConfigEPackage

public byte[] getConfigEPackage()
                         throws WIMException
Throws:
WIMException

getConfig

public commonj.sdo.DataObject getConfig()
                                 throws WIMException
Throws:
WIMException

dynamicUpdateConfig

public void dynamicUpdateConfig(java.lang.String updateEvent,
                                java.util.Hashtable configData)
                         throws WIMException
Throws:
WIMException