org.jboss.test.iiopperf.interfaces
Class CMFoo

java.lang.Object
  extended byorg.jboss.test.iiopperf.interfaces.CMFoo
All Implemented Interfaces:
java.io.Serializable

public class CMFoo
extends java.lang.Object
implements java.io.Serializable

A serializable data object for testing data passed to an EJB. This data object defines a writeObject method (which means that the corresponding IDL valuetype is custom-marshaled).

See Also:
Serialized Form

Field Summary
 int i
           
 java.lang.String s
           
 
Constructor Summary
CMFoo(int i, java.lang.String s)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i

public int i

s

public java.lang.String s
Constructor Detail

CMFoo

public CMFoo(int i,
             java.lang.String s)
Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)