Module epam

Behaviours: gen_server.

Function Index

acct_mgmt/2
authenticate/3
authenticate/4
code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start/0
start_link/0
stop/0
terminate/2

Function Details

acct_mgmt/2

acct_mgmt(Srv, User) -> any()

authenticate/3

authenticate(Srv, User, Pass) -> any()

authenticate/4

authenticate(Srv, User, Pass, Rhost) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(X1) -> any()

start/0

start() -> any()

start_link/0

start_link() -> any()

stop/0

stop() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc