org.csapi.gms
Class _IpMailboxFolderStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.gms._IpMailboxFolderStub
- All Implemented Interfaces:
- java.io.Serializable, IpMailboxFolder, IpMailboxFolderOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpMailboxFolderStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpMailboxFolder
Generated from IDL interface "IpMailboxFolder"
- 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()
|
void |
close(int mailboxSessionID,
int folderSessionID)
|
int |
getInfoAmount(int folderSessionID)
|
TpFolderInfoProperty[] |
getInfoProperties(int folderSessionID,
int firstProperty,
int numberOfProperties)
|
IpMessage |
getMessage(int folderSessionID,
java.lang.String messageID)
|
void |
putMessage(int folderSessionID,
java.lang.String message,
TpMessageInfoProperty[] messageInfoProperties)
|
void |
remove(int mailboxSessionID,
java.lang.String folderID)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
void |
setInfoProperties(int folderSessionID,
int firstProperty,
TpFolderInfoProperty[] folderInfoProperties)
|
| 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 |
| Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final java.lang.Class _opsClass
_IpMailboxFolderStub
public _IpMailboxFolderStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Specified by:
setCallback in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
close
public void close(int mailboxSessionID,
int folderSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
close in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
putMessage
public void putMessage(int folderSessionID,
java.lang.String message,
TpMessageInfoProperty[] messageInfoProperties)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
putMessage in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
getMessage
public IpMessage getMessage(int folderSessionID,
java.lang.String messageID)
throws TpCommonExceptions,
P_GMS_INVALID_MESSAGE_ID,
P_INVALID_SESSION_ID
- Specified by:
getMessage in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_GMS_INVALID_MESSAGE_ID
P_INVALID_SESSION_ID
remove
public void remove(int mailboxSessionID,
java.lang.String folderID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID,
P_GMS_INVALID_FOLDER_ID,
P_GMS_FOLDER_IS_OPEN,
P_GMS_INSUFFICIENT_PRIVILEGE
- Specified by:
remove in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_GMS_INVALID_FOLDER_ID
P_GMS_FOLDER_IS_OPEN
P_GMS_INSUFFICIENT_PRIVILEGE
setInfoProperties
public void setInfoProperties(int folderSessionID,
int firstProperty,
TpFolderInfoProperty[] folderInfoProperties)
throws TpCommonExceptions,
P_GMS_PROPERTY_NOT_SET,
P_INVALID_SESSION_ID
- Specified by:
setInfoProperties in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_GMS_PROPERTY_NOT_SET
P_INVALID_SESSION_ID
getInfoProperties
public TpFolderInfoProperty[] getInfoProperties(int folderSessionID,
int firstProperty,
int numberOfProperties)
throws TpCommonExceptions,
P_INVALID_SESSION_ID,
P_GMS_NUMBER_NOT_POSITIVE
- Specified by:
getInfoProperties in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
P_GMS_NUMBER_NOT_POSITIVE
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
getInfoAmount
public int getInfoAmount(int folderSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
getInfoAmount in interface IpMailboxFolderOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
Copyright © 2009. All Rights Reserved.