Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.prolifics.ejb
Class ObjectArrayIn  view ObjectArrayIn download ObjectArrayIn.java

java.lang.Object
  extended bycom.prolifics.ejb.ObjectArrayIn
All Implemented Interfaces:
InParameter, java.io.Serializable

class ObjectArrayIn
extends java.lang.Object
implements InParameter


Field Summary
(package private)  java.lang.Object[] oa
           
(package private)  PantherSessionBean p
           
 
Constructor Summary
(package private) ObjectArrayIn(java.lang.Object[] oa, PantherSessionBean p)
           
 
Method Summary
 java.lang.String get(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oa

java.lang.Object[] oa

p

PantherSessionBean p
Constructor Detail

ObjectArrayIn

ObjectArrayIn(java.lang.Object[] oa,
              PantherSessionBean p)
Method Detail

get

public java.lang.String get(int index)
Specified by:
get in interface InParameter

size

public int size()
Specified by:
size in interface InParameter