com.jbase.jremote.jca.cci
Class CCIJRemoteSubroutineParametersRecord
java.lang.Object
com.jbase.jremote.jca.cci.CCIJRemoteSubroutineParametersRecord
- All Implemented Interfaces:
- SubroutineParametersRecord, Serializable, Cloneable, Iterable, Collection, List, javax.resource.cci.IndexedRecord, javax.resource.cci.Record, javax.resource.cci.Streamable
public class CCIJRemoteSubroutineParametersRecord
- extends Object
- implements SubroutineParametersRecord
- See Also:
- Serialized Form
Methods inherited from interface javax.resource.cci.Record |
equals, hashCode |
CCIJRemoteSubroutineParametersRecord
public CCIJRemoteSubroutineParametersRecord(String name)
getJSubroutineParameters
protected JSubroutineParameters getJSubroutineParameters()
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
Copyright © 2016 TEMENOS. All Rights Reserved.