Index

* # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A Back to top
ACID   1
activation   1   2
adding
   business methods to EJB   1
   properties to EJB   1
afterBegin()   1
afterCompletion()   1
application assembler EJB role   1
application roles   1
application server
   EJB 1.1   1
   selecting   1
   setting up target   1
attributes
   transaction   1   2

B Back to top
Bean designer
   Methods page   1
   Properties page   1
bean developer
   tasks   1
bean developer EJB role   1
bean-managed persistence   1   2   3   4
   finder methods   1
bean-managed transactions   1   2
bean provider
   tasks   1
bean provider EJB role   1
beforeCompletion()   1
build properties
   EJB groups   1
Build Properties dialog box   1
business methods   1
   adding to enterprise bean   1
   entity beans   1
   explosing EJB   1
   invoked by client   1   2
   remote interface   1
   remote itnerface   1
   writing   1

C Back to top
CartBean sample bean   1
checkExistenceBeforeCreate
   jdbcAccesserFactory   1
client application
   test   1
clients
   creating with JBuilder   1
   enterprise bean   1
   invoking business methods   1
   locate home interface   1
   managing transactions   1
   obtain remote interface   1
   removing bean instances   1
Collection interface
   Java 2   1
comparing
   two EJBs   1
container
   EJB   1
container-managed persistence   1   2   3
   no primary key class   1
container-managed transactions   1
container provider
   EJB   1
container provider EJB role   1
container transactions
   adding   1
CORBA wizards
   enabling   1
create()
   entity beans   1
   exceptions   1   2
   session beans   1
CreateException   1   2
create method
   entity bean   1
   session bean   1
create methods
   entity beans   1   2
creating with wizardds
   Enterprise JavaBean wizard   1

D Back to top
data sources
   EJB   1
   properties   1
   transaction isolation levels   1
deactivating
   session bean instances   1
deleting
   beans   1
   EJB instances   1
deployer EJB role   1
deploying
   enterprise beans   1   2
   multiple JARs   1
   single JAR   1
Deployment Descriptor editor   1
   Data Source panel   1
   data source properties   1
   displaying   1
   EJB References panel   1
   Environment panel   1
   Finders panel   1
   Main panel   1
   method permissions   1
   Persistence panel   1
   Properties panel   1
   Resource References panel   1
   Security Role References panel   1
   security roles   1
   transaction isolation levels   1
   verifying descriptors   1
deployment descriptors
   adding information for new bean   1
   application assembly information   1
   changing bean information   1
   creating   1   2
   data source properties   1
   data sources   1
   differences in JBuilder 3.5 and 4   1
   editing   1   2
   EJB references   1
   entity bean   1
   environment properties   1
   finder methods   1
   information in   1
   method permissions   1
   persistence   1
   properties   1   2
   resource references   1
   role   1
   security roles   1   2
   session bean   1
   structural information   1
   transaction isolation levels   1
   transaction policies   1
   verifying   1
   viewing   1
   XML file   1
deployment role   1
developing
   Enterprise JavaBeans   1

E Back to top
EJB (Enterprise JavaBeans)   1
EJB 1.1 application server   1
ejbActivate()   1   2
EJB container
   activating session beans   1
   creates EJBObject   1
   deactivating session beans   1
   defined   1
   implements home interface   1
   life cycle of stateful beans   1
   life cycle of stateless beans   1
   provider   1
   transaction support   1
ejbCreate()   1
   called by container   1
   requirements   1   2
   sample   1
EJB Deployment wizard   1
   Advanced mode   1
   Quick mode   1
EJB Entity Bean Modeler wizard   1
ejbFindByPrimaryKey()   1
EJB Group From Descriptors wizard   1
EJB groups
   build properties   1
   creating   1
   defined   1
   empty   1
   from deployment descriptors   1
EJBHome base class
   home interface   1
EJB Interfaces wizard   1
ejb-jar.xml   1
ejbLoad()   1
EJBMetaData interface   1
EJBObject
   extended by remote interface   1
ejbPassivate()   1   2
ejbPostCreate()   1
ejbRemove()   1   2
EJB roles   1
EJB server
   defined   1
   provider   1
ejbStore()   1
EJB Test Client wizard   1
EJB wizards
   enabling   1
   Entity Bean Modeler   1
   Test Client   1
   Use Test Client   1
Empty EJB Group wizard   1
Enable Integration option   1
EnterpriseBean
   extended by EntityBean   1
enterprise bean instances
   deleting   1
enterprise beans
   build propreties   1
   business methods   1
   comparing two   1
   compiling   1
   deploying   1   2
   developing with JBuilder   1
   entity   1
   getting information   1
   how they work   1
   managing resources   1
   running   1
   session   1
   test client   1
   testing   1
   transactions   1
   types   1
Enterprise JavaBeans
   architecture   1
   roles   1
   types   1
   why needed   1
Enterprise JavaBeans 1.1 specification   1
Enterprise Setup menu command   1
EntityBean
   entity bean extends   1
   extending   1
   methods   1
entity bean
   container-managed persistence   1
entity beans   1
   create()   1
   create method   1
   data sources   1
   finder methods   1   2   3
   home interface   1
   methods   1
   persistence   1
   primary keys   1   2
   referencing   1
   removing   1
   writing   1
Enumeration inteface
   JDK 1.1   1
environment properties
   EJB   1
exceptions
   application-level   1
   application transaction   1
   system-level transaction   1
   transaction   1

F Back to top
findByPrimaryKey()   1   2
findByPrimaryKeyBehavior   1
FinderException
   RemoteException   1
finder methods   1   2
   creating   1
   default   1
   entity beans   1
   prefix   1
   requirements   1
finding entity objects
   primary key   1

G Back to top
Generate IIOP option   1
getEJBHome()
   EJBObject   1
getEJBMetaData()   1
   EJBHome   1
getHandle()
   EJBObject   1
getHomeHandle()
   EJBHome   1
getMetaData()   1
getPrimaryKey()
   EJBObject   1
getPrimaryKeyAfterInsertSql   1
getPrimaryKeyBeforeInsertSql   1
getRollbackOnly()   1

H Back to top
handle
   getting bean   1
handles
   EJB   1
home interface
   client locates   1   2
   create method   1
   create methods   1
   creating for existing bean   1
   creation   1
   defined   1   2
   entity bean requirements   1
   entity beans   1
   entity bean sample   1
   extends EJBHome   1
   finder methods   1   2
   naming   1
   remove methods   1
   session bean requirements   1
   session beans   1
   session bean sample   1

I Back to top
iaspt.ini file   1
ignoreColumnsOnInsert   1
infrastructure roles   1
InitialContext   1
initial naming context
   obtaining   1
Inprise
   target application server   1
isIdentical
   EJBObject   1
isolation levels   1

J Back to top
Java Transaction API (JTA)   1
JNDI API   1
JNDI naming service   1   2

L Back to top
locating beans
   primary key   1
lookup()   1

M Back to top
Mandatory transaction attribute   1
maxBeansInCache   1
maxBeansInPool   1
metadata
   defined   1
method permissions   1   2
method-ready state
   defined   1
   in transaction   1

N Back to top
naming context
   obtaining   1
Never transaction attribute   1
NotSupported transaction attribute   1

O Back to top
operation role   1
optimisticConcurrencyBehavior   1

P Back to top
passivation   1   2
persistence   1
   bean-managed   1   2   3
   container-managed   1   2
   container-managed versus bean-managed   1
   container-manager   1
   entity beans   1   2
persisting
   entity beans   1
primary key
   entity bean   1
   locating entity objects   1
   obtaining   1
primary key class   1   2
primaryKeyGenerator   1
properties
   data source   1
   deployment descriptor   1
   EJB   1

R Back to top
references
   EJB   1
referencing enterprise beans
   create methods   1   2
   finder methods   1   2
   using handles   1
reflection
   byte-code   1
RemoteException   1   2   3
remote inerface
   requirements   1
remote interface   1
   business methods   1
   client obtains reference   1
   creating for existing bean   1
   creation   1
   defined   1
   extends EJBObject   1
   reference   1
   reference to entity bean   1
   reference to session bean   1
   session bean sample   1
remove()
   EJBHome   1
   EJBObject   1
removing
   bean instances   1
   EJB instances   1
   entity bean instances   1
removing bean entity instances   1
removing session bean instances   1
Required transaction attributes   1
RequiresNew transaction attribute   1
resource references
   EJB   1
roles
   application EJB   1
   deployment   1
   EJB   1
   infrastructure EJB   1
   operation   1
rollback   1
rollback()   1
runtime configurations
   Client and Server   1

S Back to top
sample applications
   SortClient   1
security role references   1
security roles   1
   creating   1
   EJB   1   2
server
   EJB   1
   running   1
server provider
   EJB   1
server provider EJB role   1
SessionBean
   extending   1
   methods   1
session beans   1
   create()   1
   creating with JBuilder   1
   home interface   1
   implementing required methods   1
   life cycle   1
   method-ready state   1
   referencing   1
   remove()   1
   requirements   1
   sample   1
   SessionSyncronization   1
   stateful   1   2
   stateless   1   2
   stateless pool   1
   types   1
SessionContext   1
SessionSynchronization
   methods   1
   stateful session beans   1
setEntityContext()   1
setRollbackOnly()   1
setSessionContext()   1
shopping cart
   session bean sample   1
stateful beans
   life cycle   1
stateless beans
   life cycle   1
Supports transaction attribute   1
system administrator EJB role   1

T Back to top
target application server   1
test client
   creating EJB   1
   declaring instance   1
   running   1
   using EJB   1
testing
   enterprise beans   1
transaction attributes   1
transaction boundaries   1
transactionCommitMode   1
transaction demarcation   1
transaction policies   1
transaction-ready state   1
transactions
   and enterprise beans   1
   atomicty   1
   attributes   1
   bean-managed   1
   characteristics   1
   concurrency   1
   consistency   1
   container-managed   1   2
   container-managed transactions   1
   demarcation   1
   durability   1
   exceptions   1
   global   1
   isolation   1
   isolation levels   1
   local   1
   managed by client   1
   rollback   1

U Back to top
unsetEntityContext()   1
Use EJB Test Client wizard   1
UserTransaction interface   1   2   3

V Back to top
verifying
   deployment descriptors   1
VisiBroker
   IDL2JAVA compiler   1
VisiBroker ORB
   making available to JBuilder   1

W Back to top
WebLogic
   EJB Deployer Tool   1
   target application server   1
Weblogic
   deployment descriptors   1
weblogic-ejb-jar.xml   1
wizards
   enabling CORBA   1
   enabling EJB   1


© 1997, 2000 by INPRISE Corporation, Inc.
All Rights Reserved