public static final class Ola.OlaServerService.Stub extends Ola.OlaServerService implements Ola.OlaServerService.Interface
Ola.OlaServerService.BlockingInterface, Ola.OlaServerService.Interface, Ola.OlaServerService.Stub
Modifier and Type | Method and Description |
---|---|
void |
configureDevice(com.google.protobuf.RpcController controller,
Ola.DeviceConfigRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceConfigReply> done)
rpc ConfigureDevice(.ola.proto.DeviceConfigRequest) returns (.ola.proto.DeviceConfigReply); |
void |
forceDiscovery(com.google.protobuf.RpcController controller,
Ola.DiscoveryRequest request,
com.google.protobuf.RpcCallback<Ola.UIDListReply> done)
rpc ForceDiscovery(.ola.proto.DiscoveryRequest) returns (.ola.proto.UIDListReply); |
void |
getCandidatePorts(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetCandidatePorts(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.DeviceInfoReply); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
getDeviceInfo(com.google.protobuf.RpcController controller,
Ola.DeviceInfoRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetDeviceInfo(.ola.proto.DeviceInfoRequest) returns (.ola.proto.DeviceInfoReply); |
void |
getDmx(com.google.protobuf.RpcController controller,
Ola.UniverseRequest request,
com.google.protobuf.RpcCallback<Ola.DmxData> done)
rpc GetDmx(.ola.proto.UniverseRequest) returns (.ola.proto.DmxData); |
void |
getPluginDescription(com.google.protobuf.RpcController controller,
Ola.PluginDescriptionRequest request,
com.google.protobuf.RpcCallback<Ola.PluginDescriptionReply> done)
rpc GetPluginDescription(.ola.proto.PluginDescriptionRequest) returns (.ola.proto.PluginDescriptionReply); |
void |
getPlugins(com.google.protobuf.RpcController controller,
Ola.PluginListRequest request,
com.google.protobuf.RpcCallback<Ola.PluginListReply> done)
rpc GetPlugins(.ola.proto.PluginListRequest) returns (.ola.proto.PluginListReply); |
void |
getPluginState(com.google.protobuf.RpcController controller,
Ola.PluginStateRequest request,
com.google.protobuf.RpcCallback<Ola.PluginStateReply> done)
rpc GetPluginState(.ola.proto.PluginStateRequest) returns (.ola.proto.PluginStateReply); |
void |
getUIDs(com.google.protobuf.RpcController controller,
Ola.UniverseRequest request,
com.google.protobuf.RpcCallback<Ola.UIDListReply> done)
rpc GetUIDs(.ola.proto.UniverseRequest) returns (.ola.proto.UIDListReply); |
void |
getUniverseInfo(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request,
com.google.protobuf.RpcCallback<Ola.UniverseInfoReply> done)
rpc GetUniverseInfo(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.UniverseInfoReply); |
void |
patchPort(com.google.protobuf.RpcController controller,
Ola.PatchPortRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc PatchPort(.ola.proto.PatchPortRequest) returns (.ola.proto.Ack); |
void |
rDMCommand(com.google.protobuf.RpcController controller,
Ola.RDMRequest request,
com.google.protobuf.RpcCallback<Ola.RDMResponse> done)
rpc RDMCommand(.ola.proto.RDMRequest) returns (.ola.proto.RDMResponse); |
void |
rDMDiscoveryCommand(com.google.protobuf.RpcController controller,
Ola.RDMDiscoveryRequest request,
com.google.protobuf.RpcCallback<Ola.RDMResponse> done)
rpc RDMDiscoveryCommand(.ola.proto.RDMDiscoveryRequest) returns (.ola.proto.RDMResponse); |
void |
registerForDmx(com.google.protobuf.RpcController controller,
Ola.RegisterDmxRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc RegisterForDmx(.ola.proto.RegisterDmxRequest) returns (.ola.proto.Ack); |
void |
reloadPlugins(com.google.protobuf.RpcController controller,
Ola.PluginReloadRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc ReloadPlugins(.ola.proto.PluginReloadRequest) returns (.ola.proto.Ack); |
void |
sendTimeCode(com.google.protobuf.RpcController controller,
Ola.TimeCode request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SendTimeCode(.ola.proto.TimeCode) returns (.ola.proto.Ack); |
void |
setMergeMode(com.google.protobuf.RpcController controller,
Ola.MergeModeRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetMergeMode(.ola.proto.MergeModeRequest) returns (.ola.proto.Ack); |
void |
setPluginState(com.google.protobuf.RpcController controller,
Ola.PluginStateChangeRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetPluginState(.ola.proto.PluginStateChangeRequest) returns (.ola.proto.Ack); |
void |
setPortPriority(com.google.protobuf.RpcController controller,
Ola.PortPriorityRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetPortPriority(.ola.proto.PortPriorityRequest) returns (.ola.proto.Ack); |
void |
setSourceUID(com.google.protobuf.RpcController controller,
Ola.UID request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetSourceUID(.ola.proto.UID) returns (.ola.proto.Ack); |
void |
setUniverseName(com.google.protobuf.RpcController controller,
Ola.UniverseNameRequest request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc SetUniverseName(.ola.proto.UniverseNameRequest) returns (.ola.proto.Ack); |
void |
streamDmxData(com.google.protobuf.RpcController controller,
Ola.DmxData request,
com.google.protobuf.RpcCallback<Ola.STREAMING_NO_RESPONSE> done)
rpc StreamDmxData(.ola.proto.DmxData) returns (.ola.proto.STREAMING_NO_RESPONSE); |
void |
updateDmxData(com.google.protobuf.RpcController controller,
Ola.DmxData request,
com.google.protobuf.RpcCallback<Ola.Ack> done)
rpc UpdateDmxData(.ola.proto.DmxData) returns (.ola.proto.Ack); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void getPlugins(com.google.protobuf.RpcController controller, Ola.PluginListRequest request, com.google.protobuf.RpcCallback<Ola.PluginListReply> done)
Ola.OlaServerService
rpc GetPlugins(.ola.proto.PluginListRequest) returns (.ola.proto.PluginListReply);
getPlugins
in interface Ola.OlaServerService.Interface
getPlugins
in class Ola.OlaServerService
public void reloadPlugins(com.google.protobuf.RpcController controller, Ola.PluginReloadRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc ReloadPlugins(.ola.proto.PluginReloadRequest) returns (.ola.proto.Ack);
reloadPlugins
in interface Ola.OlaServerService.Interface
reloadPlugins
in class Ola.OlaServerService
public void getPluginDescription(com.google.protobuf.RpcController controller, Ola.PluginDescriptionRequest request, com.google.protobuf.RpcCallback<Ola.PluginDescriptionReply> done)
Ola.OlaServerService
rpc GetPluginDescription(.ola.proto.PluginDescriptionRequest) returns (.ola.proto.PluginDescriptionReply);
getPluginDescription
in interface Ola.OlaServerService.Interface
getPluginDescription
in class Ola.OlaServerService
public void getPluginState(com.google.protobuf.RpcController controller, Ola.PluginStateRequest request, com.google.protobuf.RpcCallback<Ola.PluginStateReply> done)
Ola.OlaServerService
rpc GetPluginState(.ola.proto.PluginStateRequest) returns (.ola.proto.PluginStateReply);
getPluginState
in interface Ola.OlaServerService.Interface
getPluginState
in class Ola.OlaServerService
public void getDeviceInfo(com.google.protobuf.RpcController controller, Ola.DeviceInfoRequest request, com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
Ola.OlaServerService
rpc GetDeviceInfo(.ola.proto.DeviceInfoRequest) returns (.ola.proto.DeviceInfoReply);
getDeviceInfo
in interface Ola.OlaServerService.Interface
getDeviceInfo
in class Ola.OlaServerService
public void getCandidatePorts(com.google.protobuf.RpcController controller, Ola.OptionalUniverseRequest request, com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
Ola.OlaServerService
rpc GetCandidatePorts(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.DeviceInfoReply);
getCandidatePorts
in interface Ola.OlaServerService.Interface
getCandidatePorts
in class Ola.OlaServerService
public void configureDevice(com.google.protobuf.RpcController controller, Ola.DeviceConfigRequest request, com.google.protobuf.RpcCallback<Ola.DeviceConfigReply> done)
Ola.OlaServerService
rpc ConfigureDevice(.ola.proto.DeviceConfigRequest) returns (.ola.proto.DeviceConfigReply);
configureDevice
in interface Ola.OlaServerService.Interface
configureDevice
in class Ola.OlaServerService
public void setPluginState(com.google.protobuf.RpcController controller, Ola.PluginStateChangeRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SetPluginState(.ola.proto.PluginStateChangeRequest) returns (.ola.proto.Ack);
setPluginState
in interface Ola.OlaServerService.Interface
setPluginState
in class Ola.OlaServerService
public void setPortPriority(com.google.protobuf.RpcController controller, Ola.PortPriorityRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SetPortPriority(.ola.proto.PortPriorityRequest) returns (.ola.proto.Ack);
setPortPriority
in interface Ola.OlaServerService.Interface
setPortPriority
in class Ola.OlaServerService
public void getUniverseInfo(com.google.protobuf.RpcController controller, Ola.OptionalUniverseRequest request, com.google.protobuf.RpcCallback<Ola.UniverseInfoReply> done)
Ola.OlaServerService
rpc GetUniverseInfo(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.UniverseInfoReply);
getUniverseInfo
in interface Ola.OlaServerService.Interface
getUniverseInfo
in class Ola.OlaServerService
public void setUniverseName(com.google.protobuf.RpcController controller, Ola.UniverseNameRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SetUniverseName(.ola.proto.UniverseNameRequest) returns (.ola.proto.Ack);
setUniverseName
in interface Ola.OlaServerService.Interface
setUniverseName
in class Ola.OlaServerService
public void setMergeMode(com.google.protobuf.RpcController controller, Ola.MergeModeRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SetMergeMode(.ola.proto.MergeModeRequest) returns (.ola.proto.Ack);
setMergeMode
in interface Ola.OlaServerService.Interface
setMergeMode
in class Ola.OlaServerService
public void patchPort(com.google.protobuf.RpcController controller, Ola.PatchPortRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc PatchPort(.ola.proto.PatchPortRequest) returns (.ola.proto.Ack);
patchPort
in interface Ola.OlaServerService.Interface
patchPort
in class Ola.OlaServerService
public void registerForDmx(com.google.protobuf.RpcController controller, Ola.RegisterDmxRequest request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc RegisterForDmx(.ola.proto.RegisterDmxRequest) returns (.ola.proto.Ack);
registerForDmx
in interface Ola.OlaServerService.Interface
registerForDmx
in class Ola.OlaServerService
public void updateDmxData(com.google.protobuf.RpcController controller, Ola.DmxData request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc UpdateDmxData(.ola.proto.DmxData) returns (.ola.proto.Ack);
updateDmxData
in interface Ola.OlaServerService.Interface
updateDmxData
in class Ola.OlaServerService
public void getDmx(com.google.protobuf.RpcController controller, Ola.UniverseRequest request, com.google.protobuf.RpcCallback<Ola.DmxData> done)
Ola.OlaServerService
rpc GetDmx(.ola.proto.UniverseRequest) returns (.ola.proto.DmxData);
getDmx
in interface Ola.OlaServerService.Interface
getDmx
in class Ola.OlaServerService
public void getUIDs(com.google.protobuf.RpcController controller, Ola.UniverseRequest request, com.google.protobuf.RpcCallback<Ola.UIDListReply> done)
Ola.OlaServerService
rpc GetUIDs(.ola.proto.UniverseRequest) returns (.ola.proto.UIDListReply);
getUIDs
in interface Ola.OlaServerService.Interface
getUIDs
in class Ola.OlaServerService
public void forceDiscovery(com.google.protobuf.RpcController controller, Ola.DiscoveryRequest request, com.google.protobuf.RpcCallback<Ola.UIDListReply> done)
Ola.OlaServerService
rpc ForceDiscovery(.ola.proto.DiscoveryRequest) returns (.ola.proto.UIDListReply);
forceDiscovery
in interface Ola.OlaServerService.Interface
forceDiscovery
in class Ola.OlaServerService
public void setSourceUID(com.google.protobuf.RpcController controller, Ola.UID request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SetSourceUID(.ola.proto.UID) returns (.ola.proto.Ack);
setSourceUID
in interface Ola.OlaServerService.Interface
setSourceUID
in class Ola.OlaServerService
public void rDMCommand(com.google.protobuf.RpcController controller, Ola.RDMRequest request, com.google.protobuf.RpcCallback<Ola.RDMResponse> done)
Ola.OlaServerService
rpc RDMCommand(.ola.proto.RDMRequest) returns (.ola.proto.RDMResponse);
rDMCommand
in interface Ola.OlaServerService.Interface
rDMCommand
in class Ola.OlaServerService
public void rDMDiscoveryCommand(com.google.protobuf.RpcController controller, Ola.RDMDiscoveryRequest request, com.google.protobuf.RpcCallback<Ola.RDMResponse> done)
Ola.OlaServerService
rpc RDMDiscoveryCommand(.ola.proto.RDMDiscoveryRequest) returns (.ola.proto.RDMResponse);
rDMDiscoveryCommand
in interface Ola.OlaServerService.Interface
rDMDiscoveryCommand
in class Ola.OlaServerService
public void streamDmxData(com.google.protobuf.RpcController controller, Ola.DmxData request, com.google.protobuf.RpcCallback<Ola.STREAMING_NO_RESPONSE> done)
Ola.OlaServerService
rpc StreamDmxData(.ola.proto.DmxData) returns (.ola.proto.STREAMING_NO_RESPONSE);
streamDmxData
in interface Ola.OlaServerService.Interface
streamDmxData
in class Ola.OlaServerService
public void sendTimeCode(com.google.protobuf.RpcController controller, Ola.TimeCode request, com.google.protobuf.RpcCallback<Ola.Ack> done)
Ola.OlaServerService
rpc SendTimeCode(.ola.proto.TimeCode) returns (.ola.proto.Ack);
timecode
sendTimeCode
in interface Ola.OlaServerService.Interface
sendTimeCode
in class Ola.OlaServerService
Copyright © 2016. All rights reserved.