Uses of Class
org.praxislive.core.Call
-
Packages that use Call Package Description org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.hub org.praxislive.script org.praxislive.script.impl -
-
Uses of Call in org.praxislive.base
Methods in org.praxislive.base that return Call Modifier and Type Method Description protected CallAbstractAsyncControl. getActiveCall()protected CallAbstractAsyncControl. processError(Call call)protected abstract CallAbstractAsyncControl. processInvoke(Call call)protected CallAbstractContainer.AddChildControl. processInvoke(Call call)protected abstract CallAbstractAsyncControl. processResponse(Call call)protected CallAbstractContainer.AddChildControl. processResponse(Call call)Methods in org.praxislive.base with parameters of type Call Modifier and Type Method Description voidAbstractAsyncControl. call(Call call, PacketRouter router)voidAbstractContainer.ChildrenControl. call(Call call, PacketRouter router)voidAbstractContainer.ConnectControl. call(Call call, PacketRouter router)voidAbstractContainer.ConnectionsControl. call(Call call, PacketRouter router)voidAbstractContainer.DisconnectControl. call(Call call, PacketRouter router)voidAbstractContainer.RemoveChildControl. call(Call call, PacketRouter router)voidAbstractProperty. call(Call call, PacketRouter router)voidBindingContextControl. call(Call call, PacketRouter router)protected abstract voidAbstractRoot. processCall(Call call, PacketRouter router)Method called to handle every receivedCall.protected voidAbstractRootContainer. processCall(Call call, PacketRouter router)protected CallAbstractAsyncControl. processError(Call call)protected abstract CallAbstractAsyncControl. processInvoke(Call call)protected CallAbstractContainer.AddChildControl. processInvoke(Call call)protected abstract CallAbstractAsyncControl. processResponse(Call call)protected CallAbstractContainer.AddChildControl. processResponse(Call call) -
Uses of Call in org.praxislive.code
Methods in org.praxislive.code with parameters of type Call Modifier and Type Method Description voidAbstractAsyncProperty. call(Call call, PacketRouter router)voidAbstractBasicProperty. call(Call call, PacketRouter router)Deprecated.voidInfoProperty. call(Call call, PacketRouter router)voidPropertyControl. call(Call call, PacketRouter router)voidSharedCodeProperty. call(Call call, PacketRouter router)voidTriggerControl. call(Call call, PacketRouter router) -
Uses of Call in org.praxislive.core
Methods in org.praxislive.core that return Call Modifier and Type Method Description static CallCall. create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode)Create a Call with Type INVOKE and empty arguments.static CallCall. create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, List<Value> args)Create a Call with Type INVOKE.static CallCall. create(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, Value arg)Create a Call with Type INVOKE.static CallCall. createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode)Create a Call with Type INVOKE_QUIET and empty empty arguments.static CallCall. createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, List<Value> args)Create a Call with Type INVOKE_QUIET.static CallCall. createQuiet(ControlAddress toAddress, ControlAddress fromAddress, long timeCode, Value arg)Create a Call with Type INVOKE_QUIET.CallCall. error(List<Value> args)Create an error return Call for this call, with the given arguments.CallCall. error(PError error)Create an error return Call for this call, with the given error argument.CallCall. reply()Create a return Call for this call having no arguments.CallCall. reply(List<Value> args)Create a return Call for this call with the given arguments.CallCall. reply(Value arg)Create a return Call for this call with the given argument.Methods in org.praxislive.core with parameters of type Call Modifier and Type Method Description voidControl. call(Call call, PacketRouter router) -
Uses of Call in org.praxislive.hub
Methods in org.praxislive.hub with parameters of type Call Modifier and Type Method Description protected voidBasicCoreRoot. processCall(Call call, PacketRouter router) -
Uses of Call in org.praxislive.script
Methods in org.praxislive.script with parameters of type Call Modifier and Type Method Description voidStackFrame. postResponse(Call call) -
Uses of Call in org.praxislive.script.impl
Methods in org.praxislive.script.impl that return Call Modifier and Type Method Description protected abstract CallAbstractSingleCallFrame. createCall(Env env, List<Value> args)Methods in org.praxislive.script.impl with parameters of type Call Modifier and Type Method Description voidAbstractSingleCallFrame. postResponse(Call response)protected voidScriptServiceImpl. processCall(Call call, PacketRouter router)voidScriptExecutor. processScriptCall(Call call)voidScriptExecutor. queueEvalCall(Call call)
-