com.esri.arcgis.trackinganalyst
Interface IRecipientContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRecipientContainerProxy, RecipientContainer

public interface IRecipientContainer
extends java.io.Serializable

COM Interface 'IRecipientContainer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods to manage the collection of email addresses of recipients of the action's Email Alerts.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID11bfad8a_2c73_4347_af1b_96484cea143f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addName(java.lang.String pbstrName)
          Adds an email address to the recipient container.
 int getCount()
          Count of email addresses in the container.
 java.lang.String getName(int nIndex)
          Obtains the email address from receipient container associated with the specified index.
 void loadStorage(IStorage __MIDL__IRecipientContainer0000)
          Load the relevant information from storage into memory.
 void saveStorage(IStorage __MIDL__IRecipientContainer0001)
          Save the relevant information from memory into storage.
 

Field Detail

IID11bfad8a_2c73_4347_af1b_96484cea143f

static final int IID11bfad8a_2c73_4347_af1b_96484cea143f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

loadStorage

void loadStorage(IStorage __MIDL__IRecipientContainer0000)
                 throws java.io.IOException,
                        AutomationException
Load the relevant information from storage into memory.

Parameters:
__MIDL__IRecipientContainer0000 - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveStorage

void saveStorage(IStorage __MIDL__IRecipientContainer0001)
                 throws java.io.IOException,
                        AutomationException
Save the relevant information from memory into storage.

Parameters:
__MIDL__IRecipientContainer0001 - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count of email addresses in the container.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addName

void addName(java.lang.String pbstrName)
             throws java.io.IOException,
                    AutomationException
Adds an email address to the recipient container.

Parameters:
pbstrName - The pbstrName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName(int nIndex)
                         throws java.io.IOException,
                                AutomationException
Obtains the email address from receipient container associated with the specified index.

Parameters:
nIndex - The nIndex (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.