Uses of Class
org.csapi.gms.TpMailboxInfoProperty

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

Uses of TpMailboxInfoProperty in org.csapi.gms
 

Fields in org.csapi.gms declared as TpMailboxInfoProperty
 TpMailboxInfoProperty[] TpMailboxInfoPropertySetHolder.value
           
 TpMailboxInfoProperty TpMailboxInfoPropertyHolder.value
           
 

Methods in org.csapi.gms that return TpMailboxInfoProperty
static TpMailboxInfoProperty[] TpMailboxInfoPropertySetHelper.extract(org.omg.CORBA.Any any)
           
static TpMailboxInfoProperty TpMailboxInfoPropertyHelper.extract(org.omg.CORBA.Any any)
           
 TpMailboxInfoProperty[] _IpMailboxStub.getInfoProperties(int mailboxSessionID, int firstProperty, int numberOfProperties)
           
 TpMailboxInfoProperty[] IpMailboxPOATie.getInfoProperties(int mailboxSessionID, int firstProperty, int numberOfProperties)
           
 TpMailboxInfoProperty[] IpMailboxOperations.getInfoProperties(int mailboxSessionID, int firstProperty, int numberOfProperties)
           
static TpMailboxInfoProperty[] TpMailboxInfoPropertySetHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpMailboxInfoProperty TpMailboxInfoPropertyHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.gms with parameters of type TpMailboxInfoProperty
static void TpMailboxInfoPropertyHelper.insert(org.omg.CORBA.Any any, TpMailboxInfoProperty s)
           
static void TpMailboxInfoPropertySetHelper.insert(org.omg.CORBA.Any any, TpMailboxInfoProperty[] s)
           
 void _IpMailboxStub.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
 void IpMailboxPOATie.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
 void IpMailboxOperations.setInfoProperties(int mailboxSessionID, int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
           
static void TpMailboxInfoPropertyHelper.write(org.omg.CORBA.portable.OutputStream out, TpMailboxInfoProperty s)
           
static void TpMailboxInfoPropertySetHelper.write(org.omg.CORBA.portable.OutputStream _out, TpMailboxInfoProperty[] _s)
           
 

Constructors in org.csapi.gms with parameters of type TpMailboxInfoProperty
TpMailboxInfoPropertyHolder(TpMailboxInfoProperty initial)
           
TpMailboxInfoPropertySetHolder(TpMailboxInfoProperty[] initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.gms that return TpMailboxInfoProperty
 TpMailboxInfoProperty[] IpMailboxConnection.getInfoProperties(int firstProperty, int numberOfProperties)
          This method returns the properties of a mailbox.
 

Methods in org.mobicents.csapi.jr.slee.gms with parameters of type TpMailboxInfoProperty
 void IpMailboxConnection.setInfoProperties(int firstProperty, TpMailboxInfoProperty[] mailboxInfoProperties)
          Sets the properties of a mailbox.
 



Copyright © 2008. All Rights Reserved.