org.csapi.gms
Interface IpMessageOperations
- All Superinterfaces:
- IpInterfaceOperations, IpServiceOperations
- All Known Subinterfaces:
- IpMessage
- All Known Implementing Classes:
- _IpMessageStub, IpMessagePOA, IpMessagePOATie
public interface IpMessageOperations
- extends IpServiceOperations
Generated from IDL interface "IpMessage"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
getInfoAmount
int getInfoAmount(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
getInfoProperties
TpMessageInfoProperty[] getInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
int numberOfProperties)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID,
P_GMS_NUMBER_NOT_POSITIVE
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
P_GMS_NUMBER_NOT_POSITIVE
setInfoProperties
void setInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
TpMessageInfoProperty[] messageInfoProperties)
throws TpCommonExceptions,
P_GMS_PROPERTY_NOT_SET,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_PROPERTY_NOT_SET
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
remove
void remove(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_GMS_MESSAGE_NOT_REMOVED,
P_INVALID_SESSION_ID,
P_GMS_INSUFFICIENT_PRIVILEGE
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_GMS_MESSAGE_NOT_REMOVED
P_INVALID_SESSION_ID
P_GMS_INSUFFICIENT_PRIVILEGE
getContent
java.lang.String getContent(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
Copyright © 2008. All Rights Reserved.