org.csapi.gms
Class _IpMessageStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.gms._IpMessageStub
- All Implemented Interfaces:
- java.io.Serializable, IpMessage, IpMessageOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpMessageStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpMessage
Generated from IDL interface "IpMessage"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
|
Method Summary |
java.lang.String[] |
_ids()
|
java.lang.String |
getContent(int folderSessionID,
java.lang.String messageID)
|
int |
getInfoAmount(int folderSessionID,
java.lang.String messageID)
|
TpMessageInfoProperty[] |
getInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
int numberOfProperties)
|
void |
remove(int folderSessionID,
java.lang.String messageID)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
void |
setInfoProperties(int folderSessionID,
java.lang.String messageID,
int firstProperty,
TpMessageInfoProperty[] messageInfoProperties)
|
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_opsClass
public static final java.lang.Class _opsClass
_IpMessageStub
public _IpMessageStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
setInfoProperties
public 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
- Specified by:
setInfoProperties in interface IpMessageOperations
- Throws:
TpCommonExceptions
P_GMS_PROPERTY_NOT_SET
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setCallbackWithSessionID in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
getContent
public java.lang.String getContent(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Specified by:
getContent in interface IpMessageOperations
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
getInfoProperties
public 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
- Specified by:
getInfoProperties in interface IpMessageOperations
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
P_GMS_NUMBER_NOT_POSITIVE
getInfoAmount
public int getInfoAmount(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Specified by:
getInfoAmount in interface IpMessageOperations
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
remove
public 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
- Specified by:
remove in interface IpMessageOperations
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_GMS_MESSAGE_NOT_REMOVED
P_INVALID_SESSION_ID
P_GMS_INSUFFICIENT_PRIVILEGE
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Specified by:
setCallback in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
Copyright © 2008. All Rights Reserved.