Uses of Class
org.csapi.gms.P_GMS_MAILBOX_LOCKED

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

Uses of P_GMS_MAILBOX_LOCKED in org.csapi.gms
 

Fields in org.csapi.gms declared as P_GMS_MAILBOX_LOCKED
 P_GMS_MAILBOX_LOCKED P_GMS_MAILBOX_LOCKEDHolder.value
           
 

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

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

Methods in org.csapi.gms that throw P_GMS_MAILBOX_LOCKED
 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 IpMailboxPOATie.remove(TpAddress mailboxID, java.lang.String authenticationInfo)
           
 void IpMailboxOperations.remove(TpAddress mailboxID, java.lang.String authenticationInfo)
           
 void _IpMailboxStub.remove(TpAddress mailboxID, java.lang.String authenticationInfo)
           
 void IpMailboxPOATie.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
 void IpMailboxOperations.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
 void _IpMailboxStub.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
 

Constructors in org.csapi.gms with parameters of type P_GMS_MAILBOX_LOCKED
P_GMS_MAILBOX_LOCKEDHolder(P_GMS_MAILBOX_LOCKED initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.gms that throw P_GMS_MAILBOX_LOCKED
 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 IpMailboxConnection.remove(TpAddress mailboxID, java.lang.String authenticationInfo)
          This method removes a mailbox from the messaging system for the application.
 void IpMailboxConnection.setInfoProperties(int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
          Sets the properties of a mailbox.
 



Copyright © 2009. All Rights Reserved.