Erlang/OTP Permuted Index

Permuted index of Erlang/OTP functions and commands

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

Delete permanently all replicas of table Tab. mnesia:delete_table/1
Dirty match the objects in Tabagainst MatchSpec. mnesia:dirty_select/2
Match the objects in Tabagainst MatchSpec. mnesia:select/3
Match the objects in Tabagainst MatchSpec. mnesia:select/4
Delete the replica of table Tabat node Node. mnesia:del_table_copy/2
Create a Mnesia table called Namewith properties as described by the argument TabDef. mnesia:create_table/2
Move the copy of table Tabfrom nodeFromto node To. mnesia:move_table_copy/3
Apply a function to all or some objects stored in a Dets table. dets:traverse/2
Apply a match specification to all objects stored in a Dets table. dets:select/2
Apply a match specification to some objects stored in a Dets table. dets:select/1
Apply a match specification to the first chunk of objects stored in a Dets table. dets:select/3
Call Function for each record in Table mnesia:foldl/3
Call Function for each record in Table mnesia:foldr/3
Change the access mode for the table. mnesia:change_table_access_mode/2
Change the load order priority for the table. mnesia:change_table_load_order/2
Change the storage type of a table. mnesia:change_table_copy_type/3
Clear the event table et_collector:clear_table/1
Close a Dets table. dets:close/1
Continue matching objects in an ETS table. ets:select/1
Continues matching objects in an ETS table. ets:match/1
Continues matching objects in an ETS table. ets:match_object/1
Create a table snmpa_local_db:table_create/1
Create a new ETS table. ets:new/2
Create a row in a table snmpa_local_db:table_create_row/3
Create an index for a table. mnesia:add_table_index/2
Delete a table snmpa_local_db:table_delete/1
Delete a given object from a Dets table. dets:delete_object/2
Delete all objects from a Dets table. dets:delete_all_objects/1
Delete all objects in an ETS table. ets:delete_all_objects/1
Delete all objects that match a given pattern from a Dets table. dets:match_delete/2
Delete all objects that match a given pattern from a Dets table. dets:select_delete/2
Delete all objects which match a given pattern from an ETS table. ets:match_delete/2
Delete all objects with a given key from a Dets table. dets:delete/2
Delete all objects with a given key from an ETS table. ets:delete/2
Delete an entire ETS table. ets:delete/1
Delete an index table snmp_index:delete/1
Delete an index in a table. mnesia:del_table_index/2
Delete the row in the table snmpa_local_db:table_delete_row/2
Deletes a specific from an ETS table. ets:delete_object/2
Deletes all entries in a table. mnesia:clear_table/1
Dirty search for all record keys in table. mnesia:dirty_all_keys/1
Extract the first value associated with a key in an ETS table. httpd_util:lookup/2
Extract the first value associated with a key in an ETS table. httpd_util:lookup/3
Extract the values associated with a key in a ETS table. httpd_util:multi_lookup/2
Fill a Dets table with objects from an ETS table. ets:to_dets/2
Fill an ETS table with objects from a Dets table. ets:from_dets/2
Find the next row in the table snmp_generic:table_next/2
Fold a function over a Dets table. dets:foldl/3
Fold a function over a Dets table. dets:foldr/3
Fold a function over an ETS table ets:foldl/3
Fold a function over an ETS table ets:foldr/3
Get a row from the table snmpa_local_db:table_get_row/2
Initiate the hash state for a new table mnesia_frag_hash:init_state/2
Insert all objects of a Dets table into an Ets table. dets:to_ets/2
Insert an object into an ETS table. ets:insert/2
Insert one or more objects into a Dets table. dets:insert/2
Insert one or more objects into a Dets table. dets:insert_new/2
Open a Dets table. dets:open_file/2
Open an existing Dets table. dets:open_file/1
Organize a Mnesia table as an SNMP table. mnesia:snmp_open_table/2
Perform a match on the table snmpa_local_db:match/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Read records via index table. mnesia:index_read/3
Remove the possibility for SNMP to manipulate the table. mnesia:snmp_close_table/1
Rename a named ETS table. ets:rename/2
Replace all objects of a Dets table. dets:init_table/3
Replace all objects of an ETS table. ets:init_table/2
Replace the objects of a Dets table with the objects of an Ets table. dets:from_ets/2
Return a chunk of objects stored in a Dets table. dets:bchunk/2
Return a list of all objects in an ETS table. ets:tab2list/1
Return a list of all objects in an ETS table. ets:tabfile_info/1
Return a query handle for a table. qlc:table/2
Return all keys in a table. mnesia:all_keys/1
Return all objects in a given slot of an ETS table. ets:slot/2
Return all objects with a given key in an ETS table. ets:lookup/2
Return all objects with a given key stored in a Dets table. dets:lookup/2
Return information about a Dets table. dets:info/1
Return information about an ETS table. ets:info/1
Return local information about table. mnesia:table_info/2
Return the first key in an ETS table. ets:first/1
Return the first key stored in a Dets table. dets:first/1
Return the information associated with a given item for a Dets table. dets:info/2
Return the information associated with given item for an ETS table. ets:info/2
Return the key for the first record in a table. mnesia:dirty_first/1
Return the key for the first record in a table. mnesia:first/1
Return the key for the last record in a table. mnesia:dirty_last/1
Return the key for the last record in a table. mnesia:last/1
Return the list of objects associated with a slot of a Dets table. dets:slot/2
Return the list of records that are associated with Slot in a table. mnesia:dirty_slot/2
Return the next key in a table. mnesia:dirty_next/2
Return the next key in a table. mnesia:next/2
Return the next key in a Dets table. dets:next/2
Return the next key in an ETS table. ets:next/2
Return the Pos:th element of all objects with a given key in an ETS table. ets:lookup_element/3
Return the previous key in a table. mnesia:dirty_prev/2
Return the previous key in a table. mnesia:prev/2
Set a read lock on an entire table. mnesia:read_lock_table/1
Set the master nodes for a table mnesia:set_master_nodes/2
Set write lock on an entire table. mnesia:write_lock_table/1
Test for a Dets table. dets:is_dets_file/1
Test for occurrence of a key in a Dets table. dets:member/2
Tests for occurrence of a key in an ETS table ets:member/2
This function is invoked when a fragment is deleted from a fragmented table mnesia_frag_hash:del_frag/1
This function is invoked when a new fragment is added to a fragmented table mnesia_frag_hash:add_frag/1
Update a counter object in an ETS table. ets:update_counter/3
Update a counter object in an ETS table. ets:update_counter/3
Update a counter object in an ETS table. ets:update_counter/3
Update a counter object stored in a Dets table. dets:update_counter/3
Updates the Pos:th element of the object with a given key in an ETS table. ets:update_element/4
Updates the Pos:th element of the object with a given key in an ETS table. ets:update_element/4
Match the objects in an ETS table against a match_spec. ets:select/2
Match the objects in an ETS table against a match_spec and deletes objects where the match_spec returns 'true' ets:select_delete/2
Match the objects in an ETS table against a match_spec and returns part of the answers. ets:select/3
Match the objects in an ETS table against a match_spec and returns the number of objects for which the match_spec returned 'true' ets:select_count/2
Match the objects in an ETS table against a pattern. ets:match/2
Match the objects in an ETS table against a pattern. ets:match_object/2
Match the objects in an ETS table against a pattern and returns part of the answers. ets:match/3
Match the objects in an ETS table against a pattern and returns part of the answers. ets:match_object/3
Match a chunk of objects stored in a Dets table and return a list of objects. dets:match_object/1
Match the first chunk of objects stored in a Dets table and return a list of objects. dets:match_object/3
Match the objects stored in a Dets table and return a list of objects. dets:match_object/2
Parse the printout from an SQL table and return a list of tuples. ct:parse_table/1
Match a chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/1
Match the first chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/3
Match the objects stored in a Dets table and return a list of variable bindings. dets:match/2
Ensure that all updates made to a Dets table are written to disk. dets:sync/1
Organize a Mnesia table as an SNMP table. mnesia:snmp_open_table/2
Create a Mnesia table called Namewith properties as described by the argument TabDef. mnesia:create_table/2
Print information about one table definition on the tty. mnesia:schema/1
Print information about all table definitions on the tty. mnesia:schema/0
Check if a table exists snmpa_local_db:table_exists/1
Check if a row in a table exists snmp_generic:table_row_exists/2
Fix a Dets table for safe traversal. dets:safe_fixtable/2
Fix an ETS table for safe traversal. ets:safe_fixtable/2
Fix an ETS table for safe traversal (obsolete). ets:fixtable/2
Load the event table from a file et_collector:load_event_file/2
Read an ETS table from a file. ets:file2tab/1
Read an ETS table from a file. ets:file2tab/2
Return a table handle et_collector:get_table_handle/1
Return the name of the Dets table handled by a pid. dets:pid2name/1
Insert an object into an ETS table if the key is not already present. ets:insert_new/2
Creates a customized registry table in Mnesia. mnesia_registry:create_table/2
Creates a registry table in Mnesia. mnesia_registry:create_table/1
Insert all objects of a Dets table into an Ets table. dets:to_ets/2
Return a table of files in open zip archive zip:zip_list_dir/1
Return the last key in an ETS table of typeordered_set. ets:last/1
Return the previous key in an ETS table of typeordered_set. ets:prev/2
Print the given Comment in the comment field of the table on the test suite result page. ct:comment/1
Browse an ETS table on tty. ets:i/1
Get elements in a table row snmp_generic:table_get_elements/3
Set elements in a table row snmp_generic:table_set_elements/3
Change format on all records in table. Tab mnesia:transform_table/3
Change format on all records in table. Tab mnesia:transform_table/4
Delete permanently all replicas of table Tab. mnesia:delete_table/1
Delete the replica of table Tabat node Node. mnesia:del_table_copy/2
Move the copy of table Tabfrom nodeFromto node To. mnesia:move_table_copy/3
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Delete all records in table Tabwith the key Key. mnesia:delete/2
Delete all records in table Tabwith the key Key. mnesia:delete/3
Dump an ETS table to a file. ets:tab2file/2
Dump an ETS table to a file. ets:tab2file/3
Copy a table to a remote node. mnesia:add_table_copy/3
Force a table to be loaded into the system mnesia:force_load_table/1
Fill an ETS table with objects from a Dets table. ets:from_dets/2
Fill a Dets table with objects from an ETS table. ets:to_dets/2
Replace the objects of a Dets table with the objects of an Ets table. dets:from_ets/2
Default instrumentation function for tables snmp_generic:table_func/2
Default instrumentation function for tables snmp_generic:table_func/4
Default instrumentation function for tables snmp_generic:variable_func/2
Default instrumentation function for tables snmp_generic:variable_func/3
Return a list of all ETS tables. ets:all/0
Set the master nodes for all tables mnesia:set_master_nodes/1
Test compatibility of a table's chunk data. dets:is_compatible_bchunk_format/2
Load tables from a text file. mnesia:load_textfile/1
Back up all tables in a checkpoint. mnesia:backup_checkpoint/3
Back up all tables in the database. mnesia:backup/2
Dump local tables into a text file. mnesia:dump_to_textfile/1
Get all tables known to the agent snmpa:which_tables/0
Return a list of the names of all open Dets tables on this node. dets:all/0
Display information about all ETS tables on tty. ets:i/0
Get the Mnesia tables Orber uses. orber:get_tables/0
Wait for tables to be accessible. mnesia:wait_for_tables/2
Dump all RAM tables to disc. mnesia:dump_tables/1
Returns String where the leading and trailing space and tabs has been removed. httpd_util:strip/1
Delete all records in table Tabwith the key Key. mnesia:delete/2
Delete all records in table Tabwith the key Key. mnesia:delete/3
Create a TAGS file for all files in any directory inDirList. tags:dirs/2
Create a TAGS file for all files in directoryDir. tags:dir/2
Create a TAGS file for the files in the listFileList. tags:files/2
Reads a text file and returns the list of tags in the file. edoc_extract:file/1
Returns the list of tags in the text. edoc_extract:text/1
Descend recursively down all the directories inDirListand create a TAGSfile based on all files found. tags:subdirs/2
Descend recursively down the directory Dirand create a TAGSfile based on all files found. tags:subdir/2
Create a TAGSfile covering all files in the Erlang distribution. tags:root/1
Create a TAGSfile for the file File. tags:file/2
Reverse a list appending a tail lists:reverse/2
Remove the tail item from a queue queue:init/1
Remove the tail item from a queue queue:lait/1
Remove the tail item from a queue queue:liat/1
Return the tail item of a queue queue:daeh/1
Return the tail item of a queue queue:last/1
  Tail of a list erlang:tl/1
Return the Nth tail of a list lists:nthtail/2
Returns the tail of a list node. erl_syntax:list_tail/1
Insert an item at the tail of a queue queue:snoc/2
  Take care of system messages sys:handle_system_msg/6
  Take down an Erlang node smoothly init:stop/0
  Take down an Erlang node smoothly init:stop/1
  Take down and restart an Erlang node smoothly init:reboot/0
  Take elements from a list while a predicate is true lists:takewhile/2
  Take over a distributed application application:takeover/2
Stops a started service of the inets application or takes down a "stand_alone-service" gracefully. inets:stop/2
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/3
Appends the comments of Source to the current comments of Target. erl_syntax:join_comments/1
Copies the attributes from Source to Target. erl_syntax:copy_attrs/1
Copies the list of user annotations from Source to Target. erl_syntax:copy_ann/1
Copies the position information from Source to Target. erl_syntax:copy_pos/1
Copies the pre- and postcomments from Source to Target. erl_syntax:copy_comments/1
Open a telnet connection to the specified target. ct_telnet:open/4
Reset trace target snmp:reset_trace/1
Set trace target snmp:set_trace/1
Set trace target snmp:set_trace/2
Add one target address definition snmp_target_mib:add_addr/10
Delete one target address definition snmp_target_mib:delete_addr/1
Inform about target addresses snmpa_notification_delivery_info_receiver:delivery_targets/3
Starts call trace on target and slave nodes test_server_ctrl:trc/1
Stops tracing on target and slave nodes. test_server_ctrl:stop_trace/0
Display the path to the target certificate cosFileTransferApp:ssl_server_certfile/0
Return the value attribute of the target ConstantDef object orber_ifr:get_value/1
Set the value attribute of the target ConstantDef object orber_ifr:set_value/2
Return a list of descriptions of the IFR objects contained by the target Container object orber_ifr:describe_contents/4
Return a list, of length Maxor less, containing Object References representing files or directories contained within the target Directory and a FileIteratoror a NILobject CosFileTransfer_Directory:list/2
Like write_file/3, but adds path components to the target directory corresponding to the specified package. edoc_lib:write_file/1
Remove the connection identified by the given id from the target domain CosEventDomainAdmin_EventDomain:remove_connection/2
Return a #'CosEventDomainAdmin_Connection'{}struct describing the connection associated with the given id within the target domain CosEventDomainAdmin_EventDomain:get_connection/2
Return a list of all cycles which exists within the target domain CosEventDomainAdmin_EventDomain:get_cycles/1
Return a list of all diamonds which exists within the target domain CosEventDomainAdmin_EventDomain:get_diamonds/1
Return a sequence of all connections within the target domain CosEventDomainAdmin_EventDomain:get_all_connections/1
Return true if the target have an associated property with given name CosPropertyService_PropertySet:is_property_defined/2
Return a boolean if the target InterfaceDef match or inherit from the given id orber_ifr:is_a/2
Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
Create an IFR object of the type OperationDef contained in the target InterfaceDef object orber_ifr:create_operation/9
Return a list of InterfaceDefs from which the target InterfaceDef object inherit orber_ifr:get_base_interfaces/1
Returns the OS type of the target node test_server:os_type/0
Add a new filter to the target object CosNotifyFilter_FilterAdmin:add_filter/2
Add a new property to the target object CosPropertyService_PropertySet:define_property/3
Add new properties to the target object CosPropertyService_PropertySet:define_properties/2
Associate a new property with the target object CosPropertyService_PropertySetDef:define_property_with_mode/4
Associate the given Property Definitions with the target object CosPropertyService_PropertySetDef:define_properties_with_modes/2
Change the QoS settings for the target object CosNotification_QoSAdmin:set_qos/2
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Close the connection and terminate the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:disconnect_structured_push_supplier/1
Create a TIO object representing the error interval around the time value represented by the target object CosTime_UTO:interval/1
Get the discriminator typecode of the target object orber_ifr:get_discriminator_type/1
Get the maximum size of the target object orber_ifr:get_bound/1
Get the most derived Contained object associated with the target object orber_ifr:get_containing_repository/1
Get the number of properties associated with the target object CosPropertyService_PropertySet:get_number_of_properties/1
Modify the constraints associated with the target object CosNotifyFilter_MappingFilter:modify_constraints/3
Register the parameter Resourceobject as a participant in the transaction associated with the target object CosTransactions_Coordinator:register_resource/2
Remove a filter associated with the target object CosNotifyFilter_FilterAdmin:remove_filter/2
Remove all constraints associated with the target object CosNotifyFilter_Filter:remove_all_constraints/1
Remove all constraints associated with the target object CosNotifyFilter_MappingFilter:remove_all_mapping_constraints/1
Remove all filters from the target object CosNotifyFilter_FilterAdmin:remove_all_filters/1
Return a DomainID sequence of all domains associated with the target object CosEventDomainAdmin_EventDomainFactory:get_all_domains/1
Return a hash code for the top-level transaction associated with the target object CosTransactions_Coordinator:hash_top_level_tran/1
Return a hash code for the transaction associated with the target object. CosTransactions_Coordinator:hash_transaction/1
Return a hash value based on the target object corba_object:hash/2
Return a list of AdminPropertiesassociated with the target object CosNotification_AdminPropertiesAdmin:get_admin/1
Return a list of all filter Id:s associated with the target object CosNotifyFilter_FilterAdmin:get_all_filters/1
Return a list of exception types that can be raised by the target object orber_ifr:get_exceptions/1
Return a list of name-value pairs which encapsulates the current QoS settings for the target object CosNotification_QoSAdmin:get_qos/1
Return a tuple which describe the target object orber_ifr:describe/1
Return all channel id's associated with target object CosEventDomainAdmin_EventDomain:get_all_channels/1
Return all constraints associated with the target object CosNotifyFilter_Filter:get_all_constraints/1
Return all Id:s for channels, currently alive, created by the target object CosNotifyChannelAdmin_EventChannelFactory:get_all_channels/1
Return all NotifySubscribe Id's associated with the target object CosNotifyFilter_Filter:get_callbacks/1
Return allowed TypeCodes for the target object CosPropertyService_PropertySetDef:get_allowed_property_types/1
Return an IFR object of the type IDLType describing the type of the target object orber_ifr:get_type_def/1
Return IDLType object describing the discriminator type of the target object orber_ifr:get_discriminator_type_def/1
Return the absolute name of the target object orber_ifr:get_absolute_name/1
Return the #any{} default value associated with the target object CosNotifyFilter_MappingFilter:_get_default_value/1
Return the Coordinator object associated with the target object CosTransactions_Control:get_coordinator/1
Return the CORBA::TypeCodeof the default value associated with the target object CosNotifyFilter_MappingFilter:_get_value_type/1
Return the default consumer admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_consumer_admin/1
Return the default filter factory associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_filter_factory/1
Return the default supplier admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_supplier_admin/1
Return the factory object which created the target object CosNotifyChannelAdmin_EventChannel:_get_MyFactory/1
Return the filtering schema used by the target object CosNotifyChannelAdmin_ConsumerAdmin:_get_MyOperator/1
Return the inaccuracy associated with the target object CosTime_UTO:'_get_inaccuracy'/1
Return the interval associated with the target object CosTime_TIO:'_get_time_interval'/1
Return the members of the target object orber_ifr:get_members/1
Return the name of the target object orber_ifr:get_name/1
Return the protocols supported by the target object CosFileTransfer_FileTransferSession:'_get_protocols_supported'/1
Return the status of the target object CosTimerEvent_TimerEventHandler:'_get_status'/1
Return the status of the top-level transaction associated with the target object CosTransactions_Coordinator:get_top_level_status/1
Return the status of the transaction associated with the target object CosTransactions_Coordinator:get_status/1
Return the Terminator object associated with the target object CosTransactions_Control:get_terminator/1
Return the time associated with the target object CosTime_UTO:'_get_time'/1
Return the time displacement factor associated with the target object CosTime_UTO:'_get_tdf'/1
Return the typecode of the target object orber_ifr:get_type/1
Return the version of the target object orber_ifr:get_version/1
Return trueif the time has been set for an event that is yet to be triggered, falseotherwise. The outparameter represents the current time value of the target object CosTimerEvent_TimerEventHandler:time_set/1
Set given name to target object orber_ifr:set_name/2
Set given TypeDef of the target object orber_ifr:set_type_def/2
Set given version of the target object orber_ifr:set_version/2
Set the exceptions attribute for the target object orber_ifr:set_exceptions/2
Set the maximum size of the target object orber_ifr:set_bound/2
Set the members attribute of the target object orber_ifr:set_members/2
Suspend the connection between the client and the target object CosNotifyChannelAdmin_SequenceProxyPushSupplier:suspend_connection/1
Suspend the connection with the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:suspend_connection/1
Terminate the target object CosFileTransfer_FileIterator:destroy/1
Terminate the target object CosNotifyChannelAdmin_SupplierAdmin:destroy/1
Terminate the target object CosNotifyFilter_Filter:destroy/1
Terminate the target object CosNotifyFilter_MappingFilter:destroy/1
Terminate the target object CosPropertyService_PropertiesIterator:destroy/1
Terminate the target object CosPropertyService_PropertyNamesIterator:destroy/1
Terminate the target object cosEventApp:stop_channel/1
Terminate the target object cosEventDomainApp:stop_factory/1
Terminate the target object cosNotificationApp:stop_factory/1
Terminate the target object cosNotificationApp:stop_filter_factory/1
Terminate the target object cosTransactions:stop_factory/1
Update the AdminPropertiesfor the target object CosNotification_AdminPropertiesAdmin:set_admin/2
Validate if the supplied QoS properties is valid for the target object CosNotification_QoSAdmin:validate_qos/2
Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
Terminate the target object and all its children CosNotifyChannelAdmin_ConsumerAdmin:destroy/1
Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
Suspend the connection between the target object and its client CosNotifyChannelAdmin_StructuredProxyPullConsumer:suspend_connection/1
Destroy, except IRObject, Contained and Container, target object and its contents orber_ifr:destroy/1
Create a TIO representing the interval between the target object and the given UTO midpoint times CosTime_UTO:time_to_interval/2
Compare the time associated with the target object and the given UTO object CosTime_UTO:compare_time/3
Return true if the target object and the supplied object easily can be determined to be equal, otherwise false corba_object:is_equivalent/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the TIO object overlap CosTime_TIO:overlaps/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the UTO object overlap CosTime_TIO:spans/2
Return a UTO in which the interval equals the time interval in the target object and time value is the midpoint of the interval CosTime_TIO:time/1
Get the mode of the target object (AttributeDef or OperationDef) orber_ifr:get_mode/1
Set the mode of the target object (AttributeDef or OperationDef) to the given mode orber_ifr:set_mode/2
Return false if the target object do not exist, otherwise true corba_object:non_existent/1
Return false if the target object do not exist, otherwise true corba_object:non_existent/2
Return false if the target object do not exist, otherwise true corba_object:not_existent/1
Return false if the target object do not exist, otherwise true corba_object:not_existent/2
Move the target object from its current location to given Container, name and version orber_ifr:move/4
Register the parameter SubtransactionAwareResourceobject such that it will be notified when the transaction, associated wit the target object, has committed or rolled back CosTransactions_Coordinator:register_subtran_aware/2
Get Maxproperty names. If the target object have additional associated properties they will be put in the returned Iterator CosPropertyService_PropertySet:get_all_property_names/2
Return the data associated with the target object in Utc form CosTime_UTO:'_get_utc_time'/1
Return a boolean which indicates whether the transaction associated with the target object is a descendant of the transaction associated with the parameter object CosTransactions_Coordinator:is_descendant_transaction/2
Return true if the transaction associated with the target object is a top-level transaction CosTransactions_Coordinator:is_top_level_transaction/1
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/2
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/3
Return the Container the target object is contained in orber_ifr:get_defined_in/1
Return true if the transaction associated with the target object is related to the transaction associated with the parameter object CosTransactions_Coordinator:is_same_transaction/2
Return the content of the target object limited by the given constraints orber_ifr:contents/3
Invoke after the target object replied interceptors:out_reply/6
Invoke after the target object replied with the reply encoded interceptors:out_reply_encoded/6
Modify the transaction associated with the target object so the only possible outcome is to rollback the transaction CosTransactions_Coordinator:rollback_only/1
Notify the target object that the transaction has been rolled back CosTransactions_SubtransactionAwareResource:rollback_subtransaction/1
Notify the target object that the transaction has committed CosTransactions_SubtransactionAwareResource:commit_subtransaction/2
Return a list Maxproperties or less. If more properties are associated with the target object they will be put in thePropertiesIterator. CosPropertyService_PropertySet:get_all_properties/2
Instruct the target object to begin the two-phase commit protocol CosTransactions_Resource:prepare/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit_one_phase/1
Instruct the target object to forget any heuristic decisions CosTransactions_Resource:forget/1
Instruct the target object to rollback the transaction CosTransactions_Resource:rollback/1
Set the params attibute of the target object to the given parameter description records orber_ifr:set_params/2
Set the type_def attribute of the target object to the given ResultDef orber_ifr:set_result_def/2
Set the attribute discriminator_type_def for the target object to the given TypeDef orber_ifr:set_discriminator_type_def/2
Set the element_type_def attribute of the target object to the given TypeDef orber_ifr:set_element_type_def/2
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
Inform the target object which type of events the supplier will deliver CosNotifyComm_NotifyPublish:offer_change/3
Return the target object's all associated constraints CosNotifyFilter_MappingFilter:get_all_mapping_constraints/1
Return the target object's associated absolute name. CosFileTransfer_File:'_get_complete_file_name'/1
Return the target object's associated Adminobject CosNotifyChannelAdmin_ProxySupplier:_get_MyAdmin/1
Return the target object's associated constraints with given ID:s CosNotifyFilter_MappingFilter:get_mapping_constraints/2
Change the current working directory of the target object's associated file system CosFileTransfer_FileTransferSession:set_directory/2
Delete the file or directory, represented by the Fileobject, from the target objects associated file system CosFileTransfer_FileTransferSession:delete/2
Return the target object's associated file system CosFileTransfer_VirtualFileSystem:'_get_file_system_type'/1
Create a new directory in the target objects associated file systems domain CosFileTransfer_FileTransferSession:create_directory/2
Return the target object's associated FileTransferSession CosFileTransfer_File:'_get_associated_session'/1
Return the target object's associated lifetime MappingFilter CosNotifyChannelAdmin_ProxySupplier:_get_lifetime_filter/1
Set the target object's associated lifetime MappingFilter CosNotifyChannelAdmin_ProxySupplier:_set_lifetime_filter/2
Return the target object's associated name CosFileTransfer_File:'_get_name'/1
Return the target object's associated priority MappingFilter CosNotifyChannelAdmin_ProxySupplier:_get_priority_filter/1
Set the target object's associated priority MappingFilter CosNotifyChannelAdmin_ProxySupplier:_set_priority_filter/2
Connect NotifySubscribe object, which should be informed when the target object's constraints are updated CosNotifyFilter_Filter:attach_callback/2
Return the target object's container. CosFileTransfer_File:'_get_parent'/1
Append the file represented by the SourceFilefrom the target object's file system to a file in the destination FileTransferSession'sfile system CosFileTransfer_FileTransferSession:append/3
Copy the file represented by the SourceFilefrom the target object's file system to a file in the destination FileTransferSession'sfile system CosFileTransfer_FileTransferSession:transfer/3
Return the target object's Id CosNotifyChannelAdmin_ConsumerAdmin:_get_MyID/1
Return the target object's repository id orber_ifr:get_id/1
Set the target object's repository id orber_ifr:set_id/2
Return the target object's supported content types. CosFileTransfer_VirtualFileSystem:'_get_supported_content_types'/1
Return a list of parameter description records describing the parameters of the target OperationDef orber_ifr:get_params/1
Execute a command in a shell of the target OS os:cmd/1
Add one target parameter definition snmp_target_mib:add_params/5
Delete one target parameter definition snmp_target_mib:delete_params/1
Print info about the target system to the test case log. test_server_ctrl:target_info/0
Return the name of the target that the given connection belongs to. ct:get_target_name/1
Stop the target Time Service object cosTime:stop_time_service/1
Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
Terminate the target TimerEventHandler object CosTimerEvent_TimerEventService:unregister/2
Read the agent target_addr config from the config file snmpa_conf:read_target_addr_config/1
Append the agent target_addr config to the config file snmpa_conf:append_target_addr_config/2
Write the agent target_addr config to the config file snmpa_conf:write_target_addr_config/2
Write the agent target_addr config to the config file snmpa_conf:write_target_addr_config/3
Create an target_addr entry snmpa_conf:target_addr_entry/10
Create an target_addr entry snmpa_conf:target_addr_entry/5
Create an target_addr entry snmpa_conf:target_addr_entry/6
Create an target_addr entry snmpa_conf:target_addr_entry/8
Set the engine id for a targetAddr row. snmp_target_mib:set_target_engine_id/2
Equivalent to open(Name, ConnType, TargetMod, []). ct_telnet:open/3
Read the agent target_params config from the config file snmpa_conf:read_target_params_config/1
Append the agent target_params config to the config file snmpa_conf:append_target_params_config/2
Write the agent target_params config to the config file snmpa_conf:write_target_params_config/2
Write the agent target_params config to the config file snmpa_conf:write_target_params_config/3
Create an target_params entry snmpa_conf:target_params_entry/2
Create an target_params entry snmpa_conf:target_params_entry/4
Create an target_params entry snmpa_conf:target_params_entry/5
Suspens the calling task for a specified time. test_server:sleep/1
  Tear down a "virtual" connection megaco:disconnect/2
Invoked when a connection is teared down megaco_user:handle_disconnect/3
Equivalent to open(Name, telnet). ct_telnet:open/1
Send a command via telnet and wait for prompt. ct_telnet:cmd/3
Get data from telnet and wait for the expected pattern. ct_telnet:expect/3
Get all data which has been received by the telnet client since last command was sent. ct_telnet:get_data/1
Send a telnet command and return immediately. ct_telnet:send/2
Send a telnet command and return immediately (uses a format string and a list of arguments to build the command). ct_telnet:sendf/3
Send a telnet command and wait for prompt (uses a format string and list of arguments to build the command). ct_telnet:cmdf/4
Performs the listenv command on the given telnet connection and returns the result as a list of Key-Value pairs. ct:listenv/1
Close the telnet connection and stop the process managing it. ct_telnet:close/1
Open a telnet connection to a node. ct_telnet:open/2
Open a telnet connection to the specified target. ct_telnet:open/4
Creates an abstract binary-object template. erl_syntax:binary/1
Creates an abstract binary template field. erl_syntax:binary_field/1
Creates an abstract binary template field. erl_syntax:binary_field/1
Returns the template subtree of a binary_comp node. erl_syntax:binary_comp_template/1
Returns the template subtree of a list_comp node. erl_syntax:list_comp_template/1
Clear the temporary boot command heart:clear_cmd/0
Get the temporary reboot command heart:get_cmd/0
Set a temporary reboot command heart:set_cmd/1
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/4
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/5
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/5
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/6
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/8
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/9
Add match specifications and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_ms_tracer/5
Add match specifications and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_ms_tracer/6
Convert abstract form to an Erlang term erl_parse:normalise/1
Parse an Erlang term erl_parse:parse_term/1
Pretty print a term io_lib:print/1
Pretty print a term io_lib:print/4
Read a term io:read/2
Read a term io:read/3
Returns the syntax tree corresponding to an Erlang term. erl_syntax:abstract/1
Write a term io:write/2
Write a term io_lib:write/1
Write a term io_lib:write/2
Appends the term Annotation to the list of user annotations of Node. erl_syntax:add_ann/1
Check whether a term appears to be a record erlang:is_record/2
Check whether a term appears to be a record erlang:is_record/3
Synchronous call with term conversion driver_entry:int call/7
Synchronous call to a port with term data erlang:erlang:port_call/3
Send term data from driver to port owner erl_driver:int driver_output_term/3
Send term data to other process than port owner process erl_driver:int driver_send_term/4
Decode an Erlang external term format binary erlang:binary_to_term/1
Encode a term to an Erlang external term format binary erlang:term_to_binary/1
Encode a term to en Erlang external term format binary erlang:term_to_binary/2
Convert an Erlang term into an abstract form erl_parse:abstract/1
Check whether a term is a binary erlang:is_binary/1
Check whether a term is a bitstring erlang:is_bitstring/1
Check whether a term is a boolean erlang:is_boolean/1
Check whether a term is a float erlang:is_float/1
Check whether a term is a fun erlang:is_function/1
Check whether a term is a fun with a given arity erlang:is_function/2
Check whether a term is a list erlang:is_list/1
Check whether a term is a number erlang:is_number/1
Check whether a term is a pid erlang:is_pid/1
Check whether a term is a port erlang:is_port/1
Test if a term is a queue queue:is_queue/1
Check whether a term is a reference erlang:is_reference/1
Check whether a term is a tuple erlang:is_tuple/1
Check whether a term is an atom erlang:is_atom/1
Check whether a term is an integer erlang:is_integer/1
Checks if an Erlang term is the result of ets:match_spec_compile ets:is_compiled_ms/1
Print a term on standard output erlang:erlang:display/1
Returns true if Node represents a literal term, otherwise false. erl_syntax:is_literal/1
Make a erlang term port from a port erl_driver:ErlDrvTermData driver_mk_port/1
Returns the Erlang term represented by a syntax tree. erl_syntax:concrete/1
Add an Erlang term to a private key field corba:create_subobject_key/2
Convert error term to a readable string erl_tar:format_error/1
Encode a term to an Erlang external term format binary erlang:term_to_binary/1
Encode a term to en Erlang external term format binary erlang:term_to_binary/2
Put the Erlang term TraceInfointo the sequential trace output seq_trace:print/1
Put the Erlang term TraceInfointo the sequential trace output seq_trace:print/2
Start the Erlang emulator without attached terminal run_erl:run_erl
Called when the process should terminate sys:Mod:system_terminate/4
  Terminate a child process belonging to a supervisor. supervisor:terminate_child/2
  Terminate a generic event manager. gen_event:stop/1
  Terminate a test case with the given error Reason. ct:fail/1
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeTypeand UTOobjects CosTimerEvent_TimerEventHandler:set_timer/3
  Terminate calling thread erl_driver:void erl_drv_thread_exit/1
  Terminate etop etop:stop/0
  Terminate listen process for incoming connection orber:remove_listen_interface/1
  Terminate outgoing connection(s) orber:close_connection/1
  Terminate outgoing connection(s) orber:close_connection/2
  Terminate terminate any previous set trigger, and set a new trigger specified by the TimeTypeand UTOobjects CosTimerEvent_TimerEventHandler:set_timer/3
Gracefully terminate the association given by Assoc, with flushing of all unsent data gen_sctp:eof/2
Abnormally terminate the association given by Assoc, without flushing of unsent data gen_sctp:abort/1
  Terminate the channel and all its children CosNotifyChannelAdmin_EventChannel:destroy/1
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:disconnect_sequence_pull_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:disconnect_sequence_push_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:disconnect_structured_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:disconnect_sequence_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:disconnect_sequence_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:disconnect_structured_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:disconnect_structured_push_consumer/1
  Terminate the target object CosFileTransfer_FileIterator:destroy/1
  Terminate the target object CosNotifyChannelAdmin_SupplierAdmin:destroy/1
  Terminate the target object CosNotifyFilter_Filter:destroy/1
  Terminate the target object CosNotifyFilter_MappingFilter:destroy/1
  Terminate the target object CosPropertyService_PropertiesIterator:destroy/1
  Terminate the target object CosPropertyService_PropertyNamesIterator:destroy/1
  Terminate the target object cosEventApp:stop_channel/1
  Terminate the target object cosEventDomainApp:stop_factory/1
  Terminate the target object cosNotificationApp:stop_factory/1
  Terminate the target object cosNotificationApp:stop_filter_factory/1
  Terminate the target object cosTransactions:stop_factory/1
Close the connection and terminate the target object