Java Doc for BeanProperties.java in » EJB-Server-geronimo » plugins » org » apache » geronimo » corba » compiler » 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 geronimo
»
plugins
»
org.apache.geronimo.corba.compiler
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.geronimo.corba.compiler
.BeanProperties
BeanProperties
public
interface BeanProperties extends
Remote
(Code)
version:
$Rev: 451417 $ $Date: 2006-09-29 13:13:22 -0700 (Fri, 29 Sep 2006) $
Method Summary
public
int
get
()
public
int
getA
()
public
BigDecimal
getBigDecimalabcdef
()
public
BlahEx
getBlahExceptionabcdef
()
public
BooException
getBooExceptionabcdef
()
public
byte
getByteabcdef
()
public
org.omg.CORBA.Any
getCORBA_Anyabcdef
()
public
org.omg.CORBA.Object
getCORBA_Objectabcdef
()
public
org.omg.CORBA.TypeCode
getCORBA_TypeCodeabcdef
()
public
char
getCharabcdef
()
public
CheeseIDLEntity
getCheeseIDLEntityabcdef
()
public
Class
getClassObjectabcdef
()
public
double
getDoubleabcdef
()
public
float
getFloatabcdef
()
public
Generic$Interface
getGenericInterfaceabcdef
()
public
int
getIntabcdef
()
public
long
getLongabcdef
()
public
int
getOverridenGetabcdef
()
public
int
getOverridenGetabcdef
(int x)
public
int
getOverridenSetabcdef
()
public
int
getThrowsUserExceptionabcdef
()
public
int
getUPPERCASEabcdef
()
public
int
getWithArgumentabcdef
(int x)
public
int
getWithSetOfDifferentTypeabcdef
()
public
int
getWithSetReturningabcdef
()
public
int
get_collisionabcdef
()
public
boolean
isBooleanabcdef
()
public
void
setBigDecimalabcdef
(
BigDecimal
x)
public
void
setBlahExceptionabcdef
(
BlahEx
x)
public
void
setBooExceptionabcdef
(
BooException
x)
public
void
setBooleanabcdef
(boolean x)
public
void
setByteabcdef
(byte x)
public
void
setCORBA_Anyabcdef
(org.omg.CORBA.Any x)
public
void
setCORBA_Objectabcdef
(org.omg.CORBA.Object x)
public
void
setCORBA_TypeCodeabcdef
(org.omg.CORBA.TypeCode x)
public
void
setCharabcdef
(char x)
public
void
setCheeseIDLEntityabcdef
(
CheeseIDLEntity
x)
public
void
setClassObjectabcdef
(
Class
x)
public
void
setDoubleabcdef
(double x)
public
void
setFloatabcdef
(float x)
public
void
setGenericInterfaceabcdef
(
Generic$Interface
x)
public
void
setIntabcdef
(int x)
public
void
setLongabcdef
(long x)
public
void
setOnlyabcdef
(int x)
public
void
setOverridenSetabcdef
(int x)
public
void
setOverridenSetabcdef
(long x)
public
void
setThrowsUserExceptionabcdef
(int x)
public
void
setWithSetOfDifferentTypeabcdef
(long x)
public
int
setWithSetReturningabcdef
(int x)
Method Detail
get
public
int get() throws
RemoteException
(Code)
getA
public
int getA() throws
RemoteException
(Code)
getBigDecimalabcdef
public
BigDecimal
getBigDecimalabcdef() throws
RemoteException
(Code)
getBlahExceptionabcdef
public
BlahEx
getBlahExceptionabcdef() throws
RemoteException
(Code)
getBooExceptionabcdef
public
BooException
getBooExceptionabcdef() throws
RemoteException
(Code)
getByteabcdef
public
byte getByteabcdef() throws
RemoteException
(Code)
getCORBA_Anyabcdef
public
org.omg.CORBA.Any getCORBA_Anyabcdef() throws
RemoteException
(Code)
getCORBA_Objectabcdef
public
org.omg.CORBA.Object getCORBA_Objectabcdef() throws
RemoteException
(Code)
getCORBA_TypeCodeabcdef
public
org.omg.CORBA.TypeCode getCORBA_TypeCodeabcdef() throws
RemoteException
(Code)
getCharabcdef
public
char getCharabcdef() throws
RemoteException
(Code)
getCheeseIDLEntityabcdef
public
CheeseIDLEntity
getCheeseIDLEntityabcdef() throws
RemoteException
(Code)
getClassObjectabcdef
public
Class
getClassObjectabcdef() throws
RemoteException
(Code)
getDoubleabcdef
public
double getDoubleabcdef() throws
RemoteException
(Code)
getFloatabcdef
public
float getFloatabcdef() throws
RemoteException
(Code)
getGenericInterfaceabcdef
public
Generic$Interface
getGenericInterfaceabcdef() throws
RemoteException
(Code)
getIntabcdef
public
int getIntabcdef() throws
RemoteException
(Code)
getLongabcdef
public
long getLongabcdef() throws
RemoteException
(Code)
getOverridenGetabcdef
public
int getOverridenGetabcdef() throws
RemoteException
(Code)
getOverridenGetabcdef
public
int getOverridenGetabcdef(int x) throws
RemoteException
(Code)
getOverridenSetabcdef
public
int getOverridenSetabcdef() throws
RemoteException
(Code)
getThrowsUserExceptionabcdef
public
int getThrowsUserExceptionabcdef() throws
RemoteException
,
Exception
(Code)
getUPPERCASEabcdef
public
int getUPPERCASEabcdef() throws
RemoteException
(Code)
getWithArgumentabcdef
public
int getWithArgumentabcdef(int x) throws
RemoteException
(Code)
getWithSetOfDifferentTypeabcdef
public
int getWithSetOfDifferentTypeabcdef() throws
RemoteException
(Code)
getWithSetReturningabcdef
public
int getWithSetReturningabcdef() throws
RemoteException
(Code)
get_collisionabcdef
public
int get_collisionabcdef() throws
RemoteException
(Code)
isBooleanabcdef
public
boolean isBooleanabcdef() throws
RemoteException
(Code)
setBigDecimalabcdef
public
void setBigDecimalabcdef(
BigDecimal
x) throws
RemoteException
(Code)
setBlahExceptionabcdef
public
void setBlahExceptionabcdef(
BlahEx
x) throws
RemoteException
(Code)
setBooExceptionabcdef
public
void setBooExceptionabcdef(
BooException
x) throws
RemoteException
(Code)
setBooleanabcdef
public
void setBooleanabcdef(boolean x) throws
RemoteException
(Code)
setByteabcdef
public
void setByteabcdef(byte x) throws
RemoteException
(Code)
setCORBA_Anyabcdef
public
void setCORBA_Anyabcdef(org.omg.CORBA.Any x) throws
RemoteException
(Code)
setCORBA_Objectabcdef
public
void setCORBA_Objectabcdef(org.omg.CORBA.Object x) throws
RemoteException
(Code)
setCORBA_TypeCodeabcdef
public
void setCORBA_TypeCodeabcdef(org.omg.CORBA.TypeCode x) throws
RemoteException
(Code)
setCharabcdef
public
void setCharabcdef(char x) throws
RemoteException
(Code)
setCheeseIDLEntityabcdef
public
void setCheeseIDLEntityabcdef(
CheeseIDLEntity
x) throws
RemoteException
(Code)
setClassObjectabcdef
public
void setClassObjectabcdef(
Class
x) throws
RemoteException
(Code)
setDoubleabcdef
public
void setDoubleabcdef(double x) throws
RemoteException
(Code)
setFloatabcdef
public
void setFloatabcdef(float x) throws
RemoteException
(Code)
setGenericInterfaceabcdef
public
void setGenericInterfaceabcdef(
Generic$Interface
x) throws
RemoteException
(Code)
setIntabcdef
public
void setIntabcdef(int x) throws
RemoteException
(Code)
setLongabcdef
public
void setLongabcdef(long x) throws
RemoteException
(Code)
setOnlyabcdef
public
void setOnlyabcdef(int x) throws
RemoteException
(Code)
setOverridenSetabcdef
public
void setOverridenSetabcdef(int x) throws
RemoteException
(Code)
setOverridenSetabcdef
public
void setOverridenSetabcdef(long x) throws
RemoteException
(Code)
setThrowsUserExceptionabcdef
public
void setThrowsUserExceptionabcdef(int x) throws
RemoteException
,
Exception
(Code)
setWithSetOfDifferentTypeabcdef
public
void setWithSetOfDifferentTypeabcdef(long x) throws
RemoteException
(Code)
setWithSetReturningabcdef
public
int setWithSetReturningabcdef(int x) throws
RemoteException
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.