|
Oracle Email Java API Reference Release 2(9.0.4) B10724-01 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.mail.sdk.esmail.OracleEsProfile
This class implements an Wireless Profile
NOTE: ...
Constructor Summary | |
OracleEsProfile(javax.mail.Store store, java.lang.String name) | |
OracleEsProfile(javax.mail.Store store, java.lang.String name, java.lang.String description) |
Method Summary | |
void |
addFilter(OracleEsFilter filter) add filters to the profile, store in the mailstore |
void |
create() Create the profile in the mailstore |
void |
delete() Delete the profile in the mailstore and all the filters belonging to the profile. |
void |
deleteFilter(OracleEsFilter filter) delete the filter from this profile, exception thrown if filter does not belong to profile. |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
OracleEsFilter[] |
listFilters() list all the filters that belong to this profile - retrieve latest information from the mailstore. |
void |
modifyFilter(OracleEsFilter newFilter) replace the current filter with the new filter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleEsProfile(javax.mail.Store store, java.lang.String name, java.lang.String description)
public OracleEsProfile(javax.mail.Store store, java.lang.String name)
Method Detail |
public void create() throws java.lang.Exception
public void delete() throws java.lang.Exception
public void addFilter(OracleEsFilter filter) throws java.lang.Exception
public void deleteFilter(OracleEsFilter filter) throws java.lang.Exception
public void modifyFilter(OracleEsFilter newFilter) throws java.lang.Exception
public OracleEsFilter[] listFilters()
public java.lang.String getName()
public java.lang.String getDescription()
|
Oracle Email Java API Reference Release 2(9.0.4) B10724-01 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |