Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/hydro/hydro_lm_IceObject.cmi_pretty GODI Package godi-hydro
Library hydro
 
   Hydro_lm_IceObject.html    hydro_lm_IceObject.cmi_pretty    hydro_lm_IceObject.mli    Sources  
type proxy_name = [ `Ice_Object ]
and pr_Ice_Object = [ `Ice_Object ] Hydro_lm.proxy_reference
val ofpr_Ice_Object : pr_Ice_Object option -> Hydro_types.value
val topr_Ice_Object : Hydro_types.value -> pr_Ice_Object option
class type ['a] r_simple_response =
  object
    method hydro_response : Hydro_lm.client_response
    method result : 'a
  end
class type r_Ice_Object_ice_ping = [unit] r_simple_response
class type r_Ice_Object_ice_id = [string] r_simple_response
class type r_Ice_Object_ice_ids = [string array] r_simple_response
class type r_Ice_Object_ice_isA = [bool] r_simple_response
val to_r_Ice_Object_ice_ping :
  Hydro_lm.client_response -> r_Ice_Object_ice_ping
val to_r_Ice_Object_ice_id : Hydro_lm.client_response -> r_Ice_Object_ice_id
val to_r_Ice_Object_ice_ids :
  Hydro_lm.client_response -> r_Ice_Object_ice_ids
val to_r_Ice_Object_ice_isA :
  Hydro_lm.client_response -> r_Ice_Object_ice_isA
class type poi_Ice_Object =
  object
    method ice_id : unit -> r_Ice_Object_ice_id Hydro_lm.call_suspension_t
    method ice_ids : unit -> r_Ice_Object_ice_ids Hydro_lm.call_suspension_t
    method ice_isA :
      string -> r_Ice_Object_ice_isA Hydro_lm.call_suspension_t
    method ice_ping :
      unit -> r_Ice_Object_ice_ping Hydro_lm.call_suspension_t
  end
class type po_Ice_Object =
  object
    method hydro_env : Hydro_proxy.proxy_env_t
    method hydro_facet : string option
    method hydro_id : Hydro_types.identity
    method hydro_proxy_conf : Hydro_proxy.proxy_conf_t
    method hydro_proxy_reference : pr_Ice_Object
    method hydro_reset : unit -> unit
    method hydro_set_proxy_conf : Hydro_proxy.proxy_conf_t -> unit
    method hydro_shutdown : unit -> unit
    method hydro_twoway_call :
      Hydro_types.hintf ->
      string ->
      Hydro_types.value array ->
      Hydro_types.call_params ->
      (Hydro_endpoint.Client.response -> unit) -> unit
    method ice_id : unit -> r_Ice_Object_ice_id Hydro_lm.call_suspension_t
    method ice_ids : unit -> r_Ice_Object_ice_ids Hydro_lm.call_suspension_t
    method ice_isA :
      string -> r_Ice_Object_ice_isA Hydro_lm.call_suspension_t
    method ice_ping :
      unit -> r_Ice_Object_ice_ping Hydro_lm.call_suspension_t
  end
class pci_Ice_Object : Hydro_proxy.proxy_t -> poi_Ice_Object
val pc_Ice_Object : Hydro_proxy.proxy_env_t -> pr_Ice_Object -> po_Ice_Object
val unchecked_pr_Ice_Object : 'a Hydro_lm.proxy_reference -> pr_Ice_Object
type or_Ice_Object = Hydro_lm_IceObject.or_Ice_Object
class type od_Ice_Object = object method facets : unit ref end
type rr_Ice_Object_ice_ping = < result : unit >
type rr_Ice_Object_ice_id = < result : string >
type rr_Ice_Object_ice_ids = < result : string array >
type rr_Ice_Object_ice_isA = < result : bool >
type uncallable = Hydro_lm_IceObject.uncallable
class type oi_Ice_Object =
  object
    method hydro_effective_id : string
    method hydro_invoke_operation :
      string -> Hydro_types.value array -> Hydro_types.session -> unit
    method ice_id :
      unit ->
      (rr_Ice_Object_ice_id -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_ids :
      unit ->
      (rr_Ice_Object_ice_ids -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_isA :
      string ->
      (rr_Ice_Object_ice_isA -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_ping :
      unit ->
      (rr_Ice_Object_ice_ping -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
  end
class type o_Ice_Object =
  object
    method facets : unit ref
    method hydro_effective_id : string
    method hydro_inflate : string -> Hydro_types.noreturn
    method hydro_invoke_operation :
      string -> Hydro_types.value array -> Hydro_types.session -> unit
    method hydro_slices : Hydro_types.slice list
    method ice_id :
      unit ->
      (rr_Ice_Object_ice_id -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_ids :
      unit ->
      (rr_Ice_Object_ice_ids -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_isA :
      string ->
      (rr_Ice_Object_ice_isA -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
    method ice_ping :
      unit ->
      (rr_Ice_Object_ice_ping -> unit) ->
      (uncallable -> unit) -> Hydro_types.session -> unit
  end
exception O_Ice_Object of o_Ice_Object
class ops_Ice_Object : string -> string array -> oi_Ice_Object
class skel_Ice_Object : oi_Ice_Object
val as_Ice_Object : #Hydro_lm.object_base -> o_Ice_Object
val wrap_Ice_Object : o_Ice_Object -> or_Ice_Object
val unwrap_Ice_Object : or_Ice_Object -> o_Ice_Object
val ofor_Ice_Object : or_Ice_Object -> Hydro_types.value
val toor_Ice_Object : Hydro_types.value -> or_Ice_Object
val dispatch_Ice_Object :
  oi_Ice_Object ->
  string -> Hydro_types.value array -> Hydro_types.session -> unit
class delegate_od_Ice_Object : #od_Ice_Object -> od_Ice_Object
class delegate_oi_Ice_Object : #oi_Ice_Object -> oi_Ice_Object
val dec_Ice_Object : Hydro_types.slice list -> unit * Hydro_types.slice list
val enc_Ice_Object : #od_Ice_Object -> Hydro_types.slice list
class mk_od_Ice_Object : unit -> od_Ice_Object
class sliced_od_Ice_Object : #od_Ice_Object -> Hydro_lm.sliced_base
class mk_Ice_Object : #od_Ice_Object -> o_Ice_Object
class restore_Ice_Object : Hydro_types.sliced_value -> o_Ice_Object
val defterm_Ice_Object : Hydro_types.hintf Lazy.t
val class_defterm_Ice_Object : Hydro_types.hclass Lazy.t
val fill_system : Hydro_types.system -> unit
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml