Java Doc for SimpleBean.java in » EJB-Server-JBoss-4.2.1 » testsuite » org » jboss » test » cmp2 » simple » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server JBoss 4.2.1
»
testsuite
»
org.jboss.test.cmp2.simple
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.jboss.test.cmp2.simple
.TopBean
org.jboss.test.cmp2.simple
.MiddleBean
org.jboss.test.cmp2.simple
.SimpleBean
SimpleBean
abstract
public
class SimpleBean extends
MiddleBean
implements EntityBean,
Bottom
(Code)
Constructor Summary
public
SimpleBean
()
Method Summary
public
void
addToHashtable
(
String
key,
String
value)
public
void
ejbActivate
()
public
String
ejbCreate
(
String
id)
public
Collection
ejbHomeSelectDynamic
(
String
jbossQl,
Object
[] args)
public
Collection
ejbHomeSelectValueClass
()
public
void
ejbLoad
()
public
void
ejbPassivate
()
public
void
ejbPostCreate
(
String
id)
public
void
ejbRemove
()
abstract
public
Collection
ejbSelectDynamic
(
String
jbossQl,
Object
[] args)
abstract
public
Collection
ejbSelectValueClass
()
public
void
ejbStore
()
abstract
public
java.math.BigDecimal
getBigDecimalValue
()
abstract
public
Boolean
getBooleanObject
()
abstract
public
boolean
getBooleanPrimitive
()
abstract
public
byte[]
getByteArrayValue
()
abstract
public
Byte
getByteObject
()
abstract
public
byte
getBytePrimitive
()
abstract
public
Double
getDoubleObject
()
abstract
public
double
getDoublePrimitive
()
abstract
public
Float
getFloatObject
()
abstract
public
float
getFloatPrimitive
()
abstract
public
Hashtable
getHashtable
()
abstract
public
Integer
getIntegerObject
()
abstract
public
int
getIntegerPrimitive
()
abstract
public
Long
getLongObject
()
abstract
public
long
getLongPrimitive
()
abstract
public
Object
getObjectValue
()
abstract
public
Short
getShortObject
()
abstract
public
short
getShortPrimitive
()
abstract
public
java.sql.Date
getSqlDateValue
()
abstract
public
String
getStringValue
()
abstract
public
Time
getTimeValue
()
abstract
public
Timestamp
getTimestampValue
()
abstract
public
java.util.Date
getUtilDateValue
()
abstract
public
ValueClass
getValueClass
()
abstract
public
void
setBigDecimalValue
(
java.math.BigDecimal
d)
abstract
public
void
setBooleanObject
(
Boolean
b)
abstract
public
void
setBooleanPrimitive
(boolean b)
abstract
public
void
setByteArrayValue
(byte[] bytes)
abstract
public
void
setByteObject
(
Byte
b)
abstract
public
void
setBytePrimitive
(byte b)
abstract
public
void
setDoubleObject
(
Double
d)
abstract
public
void
setDoublePrimitive
(double d)
public
void
setEntityContext
(EntityContext ctx)
abstract
public
void
setFloatObject
(
Float
f)
abstract
public
void
setFloatPrimitive
(float f)
abstract
public
void
setHashtable
(
Hashtable
t)
abstract
public
void
setId
(
String
id)
abstract
public
void
setIntegerObject
(
Integer
i)
abstract
public
void
setIntegerPrimitive
(int i)
abstract
public
void
setLongObject
(
Long
l)
abstract
public
void
setLongPrimitive
(long l)
abstract
public
void
setObjectValue
(
Object
t)
abstract
public
void
setShortObject
(
Short
s)
abstract
public
void
setShortPrimitive
(short s)
abstract
public
void
setSqlDateValue
(
java.sql.Date
d)
abstract
public
void
setStringValue
(
String
s)
abstract
public
void
setTimeValue
(
Time
t)
abstract
public
void
setTimestampValue
(
Timestamp
t)
abstract
public
void
setUtilDateValue
(
java.util.Date
d)
abstract
public
void
setValueClass
(
ValueClass
vc)
public
void
unsetEntityContext
()
public
void
updateUtilDateValue
(
java.util.Date
d)
Constructor Detail
SimpleBean
public
SimpleBean()
(Code)
Method Detail
addToHashtable
public
void addToHashtable(
String
key,
String
value)
(Code)
ejbActivate
public
void ejbActivate()
(Code)
ejbCreate
public
String
ejbCreate(
String
id) throws CreateException
(Code)
ejbHomeSelectDynamic
public
Collection
ejbHomeSelectDynamic(
String
jbossQl,
Object
[] args) throws FinderException
(Code)
ejbHomeSelectValueClass
public
Collection
ejbHomeSelectValueClass() throws FinderException
(Code)
ejbLoad
public
void ejbLoad()
(Code)
ejbPassivate
public
void ejbPassivate()
(Code)
ejbPostCreate
public
void ejbPostCreate(
String
id)
(Code)
ejbRemove
public
void ejbRemove()
(Code)
ejbSelectDynamic
abstract
public
Collection
ejbSelectDynamic(
String
jbossQl,
Object
[] args) throws FinderException
(Code)
ejbSelectValueClass
abstract
public
Collection
ejbSelectValueClass() throws FinderException
(Code)
ejbStore
public
void ejbStore()
(Code)
getBigDecimalValue
abstract
public
java.math.BigDecimal
getBigDecimalValue()
(Code)
getBooleanObject
abstract
public
Boolean
getBooleanObject()
(Code)
getBooleanPrimitive
abstract
public
boolean getBooleanPrimitive()
(Code)
getByteArrayValue
abstract
public
byte[] getByteArrayValue()
(Code)
getByteObject
abstract
public
Byte
getByteObject()
(Code)
getBytePrimitive
abstract
public
byte getBytePrimitive()
(Code)
getDoubleObject
abstract
public
Double
getDoubleObject()
(Code)
getDoublePrimitive
abstract
public
double getDoublePrimitive()
(Code)
getFloatObject
abstract
public
Float
getFloatObject()
(Code)
getFloatPrimitive
abstract
public
float getFloatPrimitive()
(Code)
getHashtable
abstract
public
Hashtable
getHashtable()
(Code)
getIntegerObject
abstract
public
Integer
getIntegerObject()
(Code)
getIntegerPrimitive
abstract
public
int getIntegerPrimitive()
(Code)
getLongObject
abstract
public
Long
getLongObject()
(Code)
getLongPrimitive
abstract
public
long getLongPrimitive()
(Code)
getObjectValue
abstract
public
Object
getObjectValue()
(Code)
getShortObject
abstract
public
Short
getShortObject()
(Code)
getShortPrimitive
abstract
public
short getShortPrimitive()
(Code)
getSqlDateValue
abstract
public
java.sql.Date
getSqlDateValue()
(Code)
getStringValue
abstract
public
String
getStringValue()
(Code)
getTimeValue
abstract
public
Time
getTimeValue()
(Code)
getTimestampValue
abstract
public
Timestamp
getTimestampValue()
(Code)
getUtilDateValue
abstract
public
java.util.Date
getUtilDateValue()
(Code)
getValueClass
abstract
public
ValueClass
getValueClass()
(Code)
setBigDecimalValue
abstract
public
void setBigDecimalValue(
java.math.BigDecimal
d)
(Code)
setBooleanObject
abstract
public
void setBooleanObject(
Boolean
b)
(Code)
setBooleanPrimitive
abstract
public
void setBooleanPrimitive(boolean b)
(Code)
setByteArrayValue
abstract
public
void setByteArrayValue(byte[] bytes)
(Code)
setByteObject
abstract
public
void setByteObject(
Byte
b)
(Code)
setBytePrimitive
abstract
public
void setBytePrimitive(byte b)
(Code)
setDoubleObject
abstract
public
void setDoubleObject(
Double
d)
(Code)
setDoublePrimitive
abstract
public
void setDoublePrimitive(double d)
(Code)
setEntityContext
public
void setEntityContext(EntityContext ctx)
(Code)
setFloatObject
abstract
public
void setFloatObject(
Float
f)
(Code)
setFloatPrimitive
abstract
public
void setFloatPrimitive(float f)
(Code)
setHashtable
abstract
public
void setHashtable(
Hashtable
t)
(Code)
setId
abstract
public
void setId(
String
id)
(Code)
setIntegerObject
abstract
public
void setIntegerObject(
Integer
i)
(Code)
setIntegerPrimitive
abstract
public
void setIntegerPrimitive(int i)
(Code)
setLongObject
abstract
public
void setLongObject(
Long
l)
(Code)
setLongPrimitive
abstract
public
void setLongPrimitive(long l)
(Code)
setObjectValue
abstract
public
void setObjectValue(
Object
t)
(Code)
setShortObject
abstract
public
void setShortObject(
Short
s)
(Code)
setShortPrimitive
abstract
public
void setShortPrimitive(short s)
(Code)
setSqlDateValue
abstract
public
void setSqlDateValue(
java.sql.Date
d)
(Code)
setStringValue
abstract
public
void setStringValue(
String
s)
(Code)
setTimeValue
abstract
public
void setTimeValue(
Time
t)
(Code)
setTimestampValue
abstract
public
void setTimestampValue(
Timestamp
t)
(Code)
setUtilDateValue
abstract
public
void setUtilDateValue(
java.util.Date
d)
(Code)
setValueClass
abstract
public
void setValueClass(
ValueClass
vc)
(Code)
unsetEntityContext
public
void unsetEntityContext()
(Code)
updateUtilDateValue
public
void updateUtilDateValue(
java.util.Date
d)
(Code)
Methods inherited from
org.jboss.test.cmp2.simple.MiddleBean
abstract
public
String
getId()
(Code)
(Java Doc)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.