|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITxConnectorEventsProxy
public class ITxConnectorEventsProxy
Provides access to methods that provide notification about tracking connection events.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITxConnectorEventsProxy()
|
|
ITxConnectorEventsProxy(Object obj)
|
protected |
ITxConnectorEventsProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
onConnectorConnect(String bstrUserName,
String bstrPassword)
Notification that the Connect method has been called. |
void |
onConnectorDisconnect()
Notification that the Disconnect method has been called. |
void |
onConnectorMessage(IMessage piMessage)
Notification that a Request has been issued to send a Message provided in the Argument. |
void |
onConnectorProperties(boolean bvarSetProperties,
IPropSet piConnectionProperties)
Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false. |
void |
onDisableMessages()
Notification that a change has been made to dis-allow a message definition. |
void |
onEnableMessages()
Notification that a change has been made to allow a new message definition. |
void |
removeListener(String iidStr,
Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ITxConnectorEventsProxy()
public ITxConnectorEventsProxy(Object obj) throws IOException
IOException
protected ITxConnectorEventsProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void onConnectorMessage(IMessage piMessage) throws IOException, AutomationException
onConnectorMessage
in interface ITxConnectorEvents
piMessage
- A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onConnectorDisconnect() throws IOException, AutomationException
onConnectorDisconnect
in interface ITxConnectorEvents
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onConnectorConnect(String bstrUserName, String bstrPassword) throws IOException, AutomationException
onConnectorConnect
in interface ITxConnectorEvents
bstrUserName
- The bstrUserName (in)bstrPassword
- The bstrPassword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onConnectorProperties(boolean bvarSetProperties, IPropSet piConnectionProperties) throws IOException, AutomationException
onConnectorProperties
in interface ITxConnectorEvents
bvarSetProperties
- The bvarSetProperties (in)piConnectionProperties
- A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onEnableMessages() throws IOException, AutomationException
onEnableMessages
in interface ITxConnectorEvents
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDisableMessages() throws IOException, AutomationException
onDisableMessages
in interface ITxConnectorEvents
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |