|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.client.remote.SequenceImpl
public class SequenceImpl
SequenceImpl
proxy.
SequenceImpl
Constructor Summary | |
---|---|
SequenceImpl() |
|
SequenceImpl(java.lang.String seqName, ApplicationModule am) Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other) Test if the specified value is equal to this SequenceImpl object. |
java.lang.Object |
getData() Returns the sequence value that was generated by the database sequence while constructing the SequenceImpl object. |
Number |
getSequenceNumber() |
int |
hashCode() Computes a hash code for this SequenceImpl object. |
void |
setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx) Internal: Applications should not use this method. |
java.lang.String |
toString() For testing purposes only: Returns a string representation of the generated sequence value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SequenceImpl()
public SequenceImpl(java.lang.String seqName, ApplicationModule am)
This method will increment the specified database sequence when it is invoked.
seqName
- The name of the database sequence that will be used to generate sequence values.am
- The application module instance that will provide the JDBC connection and the marshalling context for the sequence requests.Method Detail |
---|
public java.lang.Object getData()
getData
in interface DomainInterface
public Number getSequenceNumber()
public void setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
setContext
in interface DomainInterface
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
this
SequenceImpl object.equals
in class java.lang.Object
other
- The object to which the SequenceImpl should be compared.this
SequenceImpl.public int hashCode()
this
SequenceImpl object.hashCode
in class java.lang.Object
this
SequenceImpl object.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |