Description: 'Provides access to members that request database sequences.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IDatabaseSequenceProxy extends com.esri.arcgis.interop.Dispatch implements IDatabaseSequence, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDbe61a3ae_26c6_4302_b226_93e33219d46c
Modifier | Constructor and Description |
---|---|
|
IDatabaseSequenceProxy()
Deprecated.
For internal use only
|
|
IDatabaseSequenceProxy(java.lang.Object obj)
Deprecated.
|
protected |
IDatabaseSequenceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDatabaseSequenceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDatabaseSequenceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
createSequence(java.lang.String sequenceName,
int startValue,
int incrementValue)
Deprecated.
Create a new sequence.
|
void |
dropSequence(java.lang.String sequenceName)
Deprecated.
Drop a sequence.
|
void |
getSequenceInfo(java.lang.String sequenceName,
int[] currentValue,
int[] incrementValue,
int[] startValue)
Deprecated.
Get the current value and increment value in a sequence.
|
IEnumSequence |
getSequences()
Deprecated.
The sequences in the database.
|
int |
nextSequenceValue(java.lang.String sequenceName)
Deprecated.
Get the next value in a sequence.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
restartSequence(java.lang.String sequenceName,
int startValue,
int incrementValue)
Deprecated.
Restart a sequence.
|
boolean |
sequenceExists(java.lang.String sequenceName)
Deprecated.
Check the existence of a sequence.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IDatabaseSequenceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDatabaseSequenceProxy()
public IDatabaseSequenceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDatabaseSequenceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDatabaseSequenceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void createSequence(java.lang.String sequenceName, int startValue, int incrementValue) throws java.io.IOException, AutomationException
createSequence
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)startValue
- The startValue (in)incrementValue
- The incrementValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int nextSequenceValue(java.lang.String sequenceName) throws java.io.IOException, AutomationException
nextSequenceValue
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void restartSequence(java.lang.String sequenceName, int startValue, int incrementValue) throws java.io.IOException, AutomationException
restartSequence
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)startValue
- The startValue (in)incrementValue
- The incrementValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void dropSequence(java.lang.String sequenceName) throws java.io.IOException, AutomationException
dropSequence
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean sequenceExists(java.lang.String sequenceName) throws java.io.IOException, AutomationException
sequenceExists
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumSequence getSequences() throws java.io.IOException, AutomationException
getSequences
in interface IDatabaseSequence
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSequenceInfo(java.lang.String sequenceName, int[] currentValue, int[] incrementValue, int[] startValue) throws java.io.IOException, AutomationException
getSequenceInfo
in interface IDatabaseSequence
sequenceName
- The sequenceName (in)currentValue
- The currentValue (out: use single element array)incrementValue
- The incrementValue (out: use single element array)startValue
- The startValue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.