Uses of Class
org.csapi.fw.TpProperty

Packages that use TpProperty
org.csapi.fw   
org.csapi.fw.fw_access.trust_and_security   
org.csapi.fw.fw_enterprise_operator.service_subscription   
 

Uses of TpProperty in org.csapi.fw
 

Fields in org.csapi.fw declared as TpProperty
 TpProperty[] TpClientAppDescription.ClientAppProperties
           
 TpProperty[] TpEntOp.EntOpProperties
           
 TpProperty[] TpPerson.PersonProperties
           
 TpProperty[] TpPropertyListHolder.value
           
 TpProperty TpPropertyHolder.value
           
 

Methods in org.csapi.fw that return TpProperty
static TpProperty[] TpPropertyListHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty TpPropertyHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty[] TpPersonPropertiesHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty[] TpEntOpPropertiesHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty[] TpEndAccessPropertiesHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty[] TpClientAppPropertiesHelper.extract(org.omg.CORBA.Any any)
           
static TpProperty[] TpPropertyListHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpProperty TpPropertyHelper.read(org.omg.CORBA.portable.InputStream in)
           
static TpProperty[] TpPersonPropertiesHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpProperty[] TpEntOpPropertiesHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpProperty[] TpEndAccessPropertiesHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpProperty[] TpClientAppPropertiesHelper.read(org.omg.CORBA.portable.InputStream _in)
           
 

Methods in org.csapi.fw with parameters of type TpProperty
static void TpPropertyHelper.insert(org.omg.CORBA.Any any, TpProperty s)
           
static void TpPropertyListHelper.insert(org.omg.CORBA.Any any, TpProperty[] s)
           
static void TpPersonPropertiesHelper.insert(org.omg.CORBA.Any any, TpProperty[] s)
           
static void TpEntOpPropertiesHelper.insert(org.omg.CORBA.Any any, TpProperty[] s)
           
static void TpEndAccessPropertiesHelper.insert(org.omg.CORBA.Any any, TpProperty[] s)
           
static void TpClientAppPropertiesHelper.insert(org.omg.CORBA.Any any, TpProperty[] s)
           
static void TpPropertyHelper.write(org.omg.CORBA.portable.OutputStream out, TpProperty s)
           
static void TpPropertyListHelper.write(org.omg.CORBA.portable.OutputStream _out, TpProperty[] _s)
           
static void TpPersonPropertiesHelper.write(org.omg.CORBA.portable.OutputStream _out, TpProperty[] _s)
           
static void TpEntOpPropertiesHelper.write(org.omg.CORBA.portable.OutputStream _out, TpProperty[] _s)
           
static void TpEndAccessPropertiesHelper.write(org.omg.CORBA.portable.OutputStream _out, TpProperty[] _s)
           
static void TpClientAppPropertiesHelper.write(org.omg.CORBA.portable.OutputStream _out, TpProperty[] _s)
           
 

Constructors in org.csapi.fw with parameters of type TpProperty
TpClientAppDescription(java.lang.String ClientAppID, TpProperty[] ClientAppProperties, boolean HasAccessSession, boolean HasServiceInstances)
           
TpEntOp(java.lang.String EntOpID, TpProperty[] EntOpProperties)
           
TpPerson(java.lang.String PersonName, java.lang.String PostalAddress, java.lang.String TelephoneNumber, java.lang.String Email, java.lang.String HomePage, TpProperty[] PersonProperties)
           
TpPropertyHolder(TpProperty initial)
           
TpPropertyListHolder(TpProperty[] initial)
           
 

Uses of TpProperty in org.csapi.fw.fw_access.trust_and_security
 

Methods in org.csapi.fw.fw_access.trust_and_security with parameters of type TpProperty
 void _IpAccessStub.endAccess(TpProperty[] endAccessProperties)
           
 void IpAccessPOATie.endAccess(TpProperty[] endAccessProperties)
           
 void IpAccessOperations.endAccess(TpProperty[] endAccessProperties)
           
 

Uses of TpProperty in org.csapi.fw.fw_enterprise_operator.service_subscription
 

Methods in org.csapi.fw.fw_enterprise_operator.service_subscription with parameters of type TpProperty
 void _IpEntOpAccountManagementStub.modifyEntOpAccount(TpProperty[] enterpriseOperatorProperties)
           
 void IpEntOpAccountManagementPOATie.modifyEntOpAccount(TpProperty[] enterpriseOperatorProperties)
           
 void IpEntOpAccountManagementOperations.modifyEntOpAccount(TpProperty[] enterpriseOperatorProperties)
           
 



Copyright © 2008. All Rights Reserved.