Uses of Class
org.csapi.gms.P_GMS_INVALID_FOLDER_ID

Packages that use P_GMS_INVALID_FOLDER_ID
org.csapi.gms   
org.mobicents.csapi.jr.slee.gms Contains the Parlay Generic Messaging Service data types and interfaces. 
 

Uses of P_GMS_INVALID_FOLDER_ID in org.csapi.gms
 

Fields in org.csapi.gms declared as P_GMS_INVALID_FOLDER_ID
 P_GMS_INVALID_FOLDER_ID P_GMS_INVALID_FOLDER_IDHolder.value
           
 

Methods in org.csapi.gms that return P_GMS_INVALID_FOLDER_ID
static P_GMS_INVALID_FOLDER_ID P_GMS_INVALID_FOLDER_IDHelper.extract(org.omg.CORBA.Any any)
           
static P_GMS_INVALID_FOLDER_ID P_GMS_INVALID_FOLDER_IDHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.gms with parameters of type P_GMS_INVALID_FOLDER_ID
static void P_GMS_INVALID_FOLDER_IDHelper.insert(org.omg.CORBA.Any any, P_GMS_INVALID_FOLDER_ID s)
           
static void P_GMS_INVALID_FOLDER_IDHelper.write(org.omg.CORBA.portable.OutputStream out, P_GMS_INVALID_FOLDER_ID s)
           
 

Methods in org.csapi.gms that throw P_GMS_INVALID_FOLDER_ID
 void IpMailboxPOATie.createFolder(int mailboxSessionID, java.lang.String folderID)
           
 void IpMailboxOperations.createFolder(int mailboxSessionID, java.lang.String folderID)
           
 void _IpMailboxStub.createFolder(int mailboxSessionID, java.lang.String folderID)
           
 TpMailboxFolderIdentifier IpMailboxPOATie.openFolder(int mailboxSessionID, java.lang.String folderID)
           
 TpMailboxFolderIdentifier IpMailboxOperations.openFolder(int mailboxSessionID, java.lang.String folderID)
           
 TpMailboxFolderIdentifier _IpMailboxStub.openFolder(int mailboxSessionID, java.lang.String folderID)
           
 void IpMailboxFolderPOATie.remove(int mailboxSessionID, java.lang.String folderID)
           
 void IpMailboxFolderOperations.remove(int mailboxSessionID, java.lang.String folderID)
           
 void _IpMailboxFolderStub.remove(int mailboxSessionID, java.lang.String folderID)
           
 

Constructors in org.csapi.gms with parameters of type P_GMS_INVALID_FOLDER_ID
P_GMS_INVALID_FOLDER_IDHolder(P_GMS_INVALID_FOLDER_ID initial)
           
 

Uses of P_GMS_INVALID_FOLDER_ID in org.mobicents.csapi.jr.slee.gms
 

Methods in org.mobicents.csapi.jr.slee.gms that throw P_GMS_INVALID_FOLDER_ID
 void IpMailboxConnection.createFolder(java.lang.String folderID)
          This method creates a new folder in the mailbox.
 TpMailboxFolderIdentifier IpMailboxConnection.openFolder(java.lang.String folderID)
          This method opens a folder for the application, and returns a folder session ID and a reference to the interface of the folder opened.
 void IpMailboxFolderConnection.remove(java.lang.String folderID)
          This method removes a folder from the mailbox.
 



Copyright © 2009. All Rights Reserved.