jremote jbase5.2.1

com.jbase.jremote.jca.cci
Class CCIJRemoteDynamicArrayRecord

java.lang.Object
  extended by com.jbase.jremote.jca.cci.CCIJRemoteDynamicArrayRecord
All Implemented Interfaces:
SubroutineParametersRecord, Serializable, Cloneable, Iterable, Collection, List, javax.resource.cci.IndexedRecord, javax.resource.cci.Record, javax.resource.cci.Streamable

public class CCIJRemoteDynamicArrayRecord
extends Object
implements SubroutineParametersRecord

See Also:
Serialized Form

Constructor Summary
CCIJRemoteDynamicArrayRecord(String name)
           
 
Method Summary
 void add(int idx, Object o)
           
 boolean add(Object o)
           
 boolean addAll(Collection clx)
           
 boolean addAll(int idx, Collection clx)
           
 void clear()
           
 javax.resource.cci.Record clone()
           
 boolean contains(Object o)
           
 boolean containsAll(Collection clx)
           
 Object get(int idx)
           
protected  JDynArray getJDynArray()
           
 String getRecordName()
           
 String getRecordShortDescription()
           
 int indexOf(Object o)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 int lastIndexOf(Object o)
           
 ListIterator listIterator()
           
 ListIterator listIterator(int idx)
           
 void read(InputStream arg0)
           
 Object remove(int idx)
           
 boolean remove(Object o)
           
 boolean removeAll(Collection clx)
           
 boolean retainAll(Collection clx)
           
 Object set(int idx, Object o)
           
 void setRecordName(String name)
           
 void setRecordShortDescription(String desc)
           
 int size()
           
 List subList(int from, int to)
           
 Object[] toArray()
           
 Object[] toArray(Object[] os)
           
 void write(OutputStream arg0)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
equals, hashCode
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

CCIJRemoteDynamicArrayRecord

public CCIJRemoteDynamicArrayRecord(String name)
Method Detail

getJDynArray

protected JDynArray getJDynArray()

getRecordName

public String getRecordName()
Specified by:
getRecordName in interface javax.resource.cci.Record

getRecordShortDescription

public String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

setRecordName

public void setRecordName(String name)
Specified by:
setRecordName in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(String desc)
Specified by:
setRecordShortDescription in interface javax.resource.cci.Record

read

public void read(InputStream arg0)
          throws IOException
Specified by:
read in interface javax.resource.cci.Streamable
Throws:
IOException

write

public void write(OutputStream arg0)
           throws IOException
Specified by:
write in interface javax.resource.cci.Streamable
Throws:
IOException

clone

public javax.resource.cci.Record clone()
Specified by:
clone in interface javax.resource.cci.Record
Overrides:
clone in class Object

add

public boolean add(Object o)
Specified by:
add in interface Collection
Specified by:
add in interface List

add

public void add(int idx,
                Object o)
Specified by:
add in interface List

addAll

public boolean addAll(Collection clx)
Specified by:
addAll in interface Collection
Specified by:
addAll in interface List

addAll

public boolean addAll(int idx,
                      Collection clx)
Specified by:
addAll in interface List

clear

public void clear()
Specified by:
clear in interface Collection
Specified by:
clear in interface List

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection
Specified by:
contains in interface List

containsAll

public boolean containsAll(Collection clx)
Specified by:
containsAll in interface Collection
Specified by:
containsAll in interface List

get

public Object get(int idx)
Specified by:
get in interface List

indexOf

public int indexOf(Object o)
Specified by:
indexOf in interface List

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection
Specified by:
isEmpty in interface List

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in interface List

lastIndexOf

public int lastIndexOf(Object o)
Specified by:
lastIndexOf in interface List

listIterator

public ListIterator listIterator()
Specified by:
listIterator in interface List

listIterator

public ListIterator listIterator(int idx)
Specified by:
listIterator in interface List

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection
Specified by:
remove in interface List

remove

public Object remove(int idx)
Specified by:
remove in interface List

removeAll

public boolean removeAll(Collection clx)
Specified by:
removeAll in interface Collection
Specified by:
removeAll in interface List

retainAll

public boolean retainAll(Collection clx)
Specified by:
retainAll in interface Collection
Specified by:
retainAll in interface List

set

public Object set(int idx,
                  Object o)
Specified by:
set in interface List

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in interface List

subList

public List subList(int from,
                    int to)
Specified by:
subList in interface List

toArray

public Object[] toArray()
Specified by:
toArray in interface Collection
Specified by:
toArray in interface List

toArray

public Object[] toArray(Object[] os)
Specified by:
toArray in interface Collection
Specified by:
toArray in interface List

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.