|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.RecipientContainer
public class RecipientContainer
Manages the collection of email addresses of recipients of the action's Email Alerts.
Constructor Summary | |
---|---|
RecipientContainer()
Constructs a RecipientContainer using ArcGIS Engine. |
|
RecipientContainer(Object obj)
Construct a RecipientContainer using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addName(String pbstrName)
Adds an email address to the recipient container. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
Count of email addresses in the container. |
String |
getName(int nIndex)
Obtains the email address from receipient container associated with the specified index. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RecipientContainer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RecipientContainer(Object obj) throws IOException
obj
to RecipientContainer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
RecipientContainer theRecipientContainer = (RecipientContainer) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void loadStorage(IStorage __MIDL__IRecipientContainer0000) throws IOException, AutomationException
loadStorage
in interface IRecipientContainer
__MIDL__IRecipientContainer0000
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveStorage(IStorage __MIDL__IRecipientContainer0001) throws IOException, AutomationException
saveStorage
in interface IRecipientContainer
__MIDL__IRecipientContainer0001
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
getCount
in interface IRecipientContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addName(String pbstrName) throws IOException, AutomationException
addName
in interface IRecipientContainer
pbstrName
- The pbstrName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName(int nIndex) throws IOException, AutomationException
getName
in interface IRecipientContainer
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |