|
|||||||||
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.IEmailAlertActionProxy
public class IEmailAlertActionProxy
Provides access to properties and methods needed for the Email Alert actions.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IEmailAlertActionProxy()
|
|
IEmailAlertActionProxy(Object obj)
|
protected |
IEmailAlertActionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getDatasetDefinitionID()
Dataset Definition ID associated with the service connection to the real-time temporal events. |
String[] |
getEmailList()
List of email addresses for the recipients of the action's Email Alert. |
IEmailProperties |
getEmailSetupProperties()
Property set holding the SMTPServer and domain name to be used to construct the sender email address for the Email Alert messages. |
IMessageTemplate |
getMessageTemplate()
Template for use when constructing the action's Email Alert message body. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDatasetDefinitionID(String pVal)
Dataset Definition ID associated with the service connection to the real-time temporal events. |
void |
setEmailList(String[] pVal)
List of email addresses for the recipients of the action's Email Alert. |
void |
setEmailSetupProperties(IEmailProperties ppVal)
Property set holding the SMTPServer and domain name to be used to construct the sender email address for the Email Alert messages. |
void |
setMessageTemplate(IMessageTemplate pVal)
Template for use when constructing the action's Email Alert message body. |
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 IEmailAlertActionProxy()
public IEmailAlertActionProxy(Object obj) throws IOException
IOException
protected IEmailAlertActionProxy(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 IMessageTemplate getMessageTemplate() throws IOException, AutomationException
getMessageTemplate
in interface IEmailAlertAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMessageTemplate(IMessageTemplate pVal) throws IOException, AutomationException
setMessageTemplate
in interface IEmailAlertAction
pVal
- A reference to a com.esri.arcgis.trackinganalyst.IMessageTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String[] getEmailList() throws IOException, AutomationException
getEmailList
in interface IEmailAlertAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEmailList(String[] pVal) throws IOException, AutomationException
setEmailList
in interface IEmailAlertAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEmailProperties getEmailSetupProperties() throws IOException, AutomationException
getEmailSetupProperties
in interface IEmailAlertAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEmailSetupProperties(IEmailProperties ppVal) throws IOException, AutomationException
setEmailSetupProperties
in interface IEmailAlertAction
ppVal
- A reference to a com.esri.arcgis.trackinganalyst.IEmailProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionID() throws IOException, AutomationException
getDatasetDefinitionID
in interface IEmailAlertAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionID(String pVal) throws IOException, AutomationException
setDatasetDefinitionID
in interface IEmailAlertAction
pVal
- The pVal (in)
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 |