Functor
LispSocket ("src/lisp/LispSocket.oz")
Import
- Connection
- Error
- Pickle
- Browser
- XCompiler at "x-ozlib://mathweb/share/XCompiler.ozf"
Export
Define
class OzService from Output
feat stream openServices broker myLoui
- init(Stream browseResult:BrowseResult debug:Debug myLoui:MyLoui ticket:BrokerTicket url:BrokerUrl)
- shutdown()
- SendAnswer(Answer)
- SendError(ErrNr ErrMsg)
- Loop()
- UnknownCommand()
- TryAvailable(Method)
- available(ServiceName atURL:RemoteURL timeout:Timeout)
- TryEnter(Method)
- enter(ServiceName atURL:RemoteURL timeout:Timeout)
- Apply(Obj Meth Result)
- TryApplyMethod(Method)
- applyMethod(ServiceName Method timeout:Timeout)
- TryLeave(Method)
- leave(ServiceName timeout:Timeout)
- TryClose(Method)
- close(timeout:Timeout)
- SimpleTry(Method)
- debugOn()
- debugOff()
- browseResultOn()
- browseResultOff()
end
class Output
- setDebugFlag(DebugFlag)
- debug(X)
end
End