[Erlang Systems]

orber

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

start() -> ok
start(Type) -> ok

start_lightweight() -> ok

start_lightweight(Addresses) -> ok

jump_start(Port) -> ok | {'EXIT', Reason}

stop() -> ok

info() -> ok
info(IoType) -> ok | {'EXIT', Reason} | string()

exception_info(Exception) -> {ok, string()} | {error, Reason}

is_lightweight() -> boolean()

get_lightweight_nodes() -> RemoteModifierList | false

get_tables() -> [Tables]

get_ORBInitRef() -> string() | undefined

get_ORBDefaultInitRef() -> string() | undefined

domain() -> string()

iiop_port() -> int()

iiop_out_ports() -> 0 | {Min, Max}

iiop_ssl_port() -> int()

iiop_timeout() -> int() (milliseconds)

iiop_connection_timeout() -> int() (milliseconds)

iiop_connections() -> Result
iiop_connections(Direction) -> Result

iiop_connections_pending() -> [{Host, Port}] | {'EXIT',Reason}

iiop_in_connection_timeout() -> int() (milliseconds)

secure() -> no | ssl

ssl_server_certfile() -> string()

ssl_client_certfile() -> string()

set_ssl_client_certfile(Path) -> ok

ssl_server_verify() -> 0 | 1 | 2

ssl_client_verify() -> 0 | 1 | 2

set_ssl_client_verify(Value) -> ok

ssl_server_depth() -> int()

ssl_client_depth() -> int()

set_ssl_client_depth(Depth) -> ok

objectkeys_gc_time() -> int() (seconds)

orber_nodes() -> RetVal

install(NodeList) -> ok
install(NodeList, Options) -> ok

uninstall() -> ok

add_node(Node, Options) -> RetVal

remove_node(Node) -> RetVal

configure(Key, Value) -> ok | {'EXIT', Reason}

AUTHORS


orber 3.5.1
Copyright © 1991-2004 Ericsson Utvecklings AB