Java Doc for Session.java in  » EJB-Server-JBoss-4.2.1 » testsuite » org » jboss » test » iiopperf » interfaces » 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.iiopperf.interfaces 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.test.iiopperf.interfaces.Session

Session
public interface Session extends EJBObject(Code)

author:
   Francisco.Reverbel@jboss.org
version:
   $Revision: 57211 $




Method Summary
public  Foo[]receiveArrayOfSerializables()
    
public  booleanreceiveBoolean()
    
public  bytereceiveByte()
    
public  charreceiveChar()
    
public  CollectionreceiveCollection()
    
public  doublereceiveDouble()
    
public  floatreceiveFloat()
    
public  intreceiveInt()
    
public  int[]receiveIntArray()
    
public  longreceiveLong()
    
public  MapreceiveMap()
    
public  ZooreceiveNestedSerializable()
    
public  RemotereceiveRemote()
    
public  SessionreceiveSessionRef()
    
public  shortreceiveShort()
    
public  CMFooreceiveSimpleCustomMarshalledSerializable()
    
public  FooreceiveSimpleSerializable()
    
public  StringreceiveString()
    
public  String[]receiveStringArray()
    
public  voidsendArrayOfSerializables(Foo[] a)
    
public  voidsendBoolean(boolean flag)
    
public  voidsendByte(byte b)
    
public  voidsendChar(char c)
    
public  voidsendCollection(Collection c)
    
public  voidsendDouble(double d)
    
public  voidsendFloat(float f)
    
public  voidsendInt(int i)
    
public  voidsendIntArray(int[] a)
    
public  voidsendLong(long l)
    
public  voidsendMap(Map m)
    
public  voidsendNestedSerializable(Zoo zoo)
    
public  Foo[]sendReceiveArrayOfSerializables(Foo[] a)
    
public  booleansendReceiveBoolean(boolean flag)
    
public  bytesendReceiveByte(byte b)
    
public  charsendReceiveChar(char c)
    
public  CollectionsendReceiveCollection(Collection c)
    
public  doublesendReceiveDouble(double d)
    
public  floatsendReceiveFloat(float f)
    
public  intsendReceiveInt(int i)
    
public  int[]sendReceiveIntArray(int[] a)
    
public  longsendReceiveLong(long l)
    
public  MapsendReceiveMap(Map m)
    
public  ZoosendReceiveNestedSerializable(Zoo zoo)
    
public  voidsendReceiveNothing()
    
public  RemotesendReceiveRemote(Remote r)
    
public  SessionsendReceiveSessionRef(Session s)
    
public  shortsendReceiveShort(short s)
    
public  CMFoosendReceiveSimpleCustomMarshalledSerializable(CMFoo cmfoo)
    
public  FoosendReceiveSimpleSerializable(Foo r)
    
public  StringsendReceiveString(String s)
    
public  String[]sendReceiveStringArray(String[] a)
    
public  voidsendRemote(Remote r)
    
public  voidsendSessionRef(Session s)
    
public  voidsendShort(short s)
    
public  voidsendSimpleCustomMarshalledSerializable(CMFoo cmfoo)
    
public  voidsendSimpleSerializable(Foo foo)
    
public  voidsendString(String s)
    
public  voidsendStringArray(String[] a)
    
public  voidthrowException()
    



Method Detail
receiveArrayOfSerializables
public Foo[] receiveArrayOfSerializables() throws RemoteException(Code)



receiveBoolean
public boolean receiveBoolean() throws RemoteException(Code)



receiveByte
public byte receiveByte() throws RemoteException(Code)



receiveChar
public char receiveChar() throws RemoteException(Code)



receiveCollection
public Collection receiveCollection() throws RemoteException(Code)



receiveDouble
public double receiveDouble() throws RemoteException(Code)



receiveFloat
public float receiveFloat() throws RemoteException(Code)



receiveInt
public int receiveInt() throws RemoteException(Code)



receiveIntArray
public int[] receiveIntArray() throws RemoteException(Code)



receiveLong
public long receiveLong() throws RemoteException(Code)



receiveMap
public Map receiveMap() throws RemoteException(Code)



receiveNestedSerializable
public Zoo receiveNestedSerializable() throws RemoteException(Code)



receiveRemote
public Remote receiveRemote() throws RemoteException(Code)



receiveSessionRef
public Session receiveSessionRef() throws RemoteException(Code)



receiveShort
public short receiveShort() throws RemoteException(Code)



receiveSimpleCustomMarshalledSerializable
public CMFoo receiveSimpleCustomMarshalledSerializable() throws RemoteException(Code)



receiveSimpleSerializable
public Foo receiveSimpleSerializable() throws RemoteException(Code)



receiveString
public String receiveString() throws RemoteException(Code)



receiveStringArray
public String[] receiveStringArray() throws RemoteException(Code)



sendArrayOfSerializables
public void sendArrayOfSerializables(Foo[] a) throws RemoteException(Code)



sendBoolean
public void sendBoolean(boolean flag) throws RemoteException(Code)



sendByte
public void sendByte(byte b) throws RemoteException(Code)



sendChar
public void sendChar(char c) throws RemoteException(Code)



sendCollection
public void sendCollection(Collection c) throws RemoteException(Code)



sendDouble
public void sendDouble(double d) throws RemoteException(Code)



sendFloat
public void sendFloat(float f) throws RemoteException(Code)



sendInt
public void sendInt(int i) throws RemoteException(Code)



sendIntArray
public void sendIntArray(int[] a) throws RemoteException(Code)



sendLong
public void sendLong(long l) throws RemoteException(Code)



sendMap
public void sendMap(Map m) throws RemoteException(Code)



sendNestedSerializable
public void sendNestedSerializable(Zoo zoo) throws RemoteException(Code)



sendReceiveArrayOfSerializables
public Foo[] sendReceiveArrayOfSerializables(Foo[] a) throws RemoteException(Code)



sendReceiveBoolean
public boolean sendReceiveBoolean(boolean flag) throws RemoteException(Code)



sendReceiveByte
public byte sendReceiveByte(byte b) throws RemoteException(Code)



sendReceiveChar
public char sendReceiveChar(char c) throws RemoteException(Code)



sendReceiveCollection
public Collection sendReceiveCollection(Collection c) throws RemoteException(Code)



sendReceiveDouble
public double sendReceiveDouble(double d) throws RemoteException(Code)



sendReceiveFloat
public float sendReceiveFloat(float f) throws RemoteException(Code)



sendReceiveInt
public int sendReceiveInt(int i) throws RemoteException(Code)



sendReceiveIntArray
public int[] sendReceiveIntArray(int[] a) throws RemoteException(Code)



sendReceiveLong
public long sendReceiveLong(long l) throws RemoteException(Code)



sendReceiveMap
public Map sendReceiveMap(Map m) throws RemoteException(Code)



sendReceiveNestedSerializable
public Zoo sendReceiveNestedSerializable(Zoo zoo) throws RemoteException(Code)



sendReceiveNothing
public void sendReceiveNothing() throws RemoteException(Code)



sendReceiveRemote
public Remote sendReceiveRemote(Remote r) throws RemoteException(Code)



sendReceiveSessionRef
public Session sendReceiveSessionRef(Session s) throws RemoteException(Code)



sendReceiveShort
public short sendReceiveShort(short s) throws RemoteException(Code)



sendReceiveSimpleCustomMarshalledSerializable
public CMFoo sendReceiveSimpleCustomMarshalledSerializable(CMFoo cmfoo) throws RemoteException(Code)



sendReceiveSimpleSerializable
public Foo sendReceiveSimpleSerializable(Foo r) throws RemoteException(Code)



sendReceiveString
public String sendReceiveString(String s) throws RemoteException(Code)



sendReceiveStringArray
public String[] sendReceiveStringArray(String[] a) throws RemoteException(Code)



sendRemote
public void sendRemote(Remote r) throws RemoteException(Code)



sendSessionRef
public void sendSessionRef(Session s) throws RemoteException(Code)



sendShort
public void sendShort(short s) throws RemoteException(Code)



sendSimpleCustomMarshalledSerializable
public void sendSimpleCustomMarshalledSerializable(CMFoo cmfoo) throws RemoteException(Code)



sendSimpleSerializable
public void sendSimpleSerializable(Foo foo) throws RemoteException(Code)



sendString
public void sendString(String s) throws RemoteException(Code)



sendStringArray
public void sendStringArray(String[] a) throws RemoteException(Code)



throwException
public void throwException() throws TestException, 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.