Uses of Class
dev.vality.damsel.context.ContextsSrv.Put_args
Packages that use ContextsSrv.Put_args
-
Uses of ContextsSrv.Put_args in dev.vality.damsel.context
Methods in dev.vality.damsel.context that return ContextsSrv.Put_argsModifier and TypeMethodDescriptionContextsSrv.Put_args.deepCopy()ContextsSrv.AsyncProcessor.Put.getEmptyArgsInstance()ContextsSrv.Processor.Put.getEmptyArgsInstance()ContextsSrv.Put_args.setContext(Value context) Methods in dev.vality.damsel.context with parameters of type ContextsSrv.Put_argsModifier and TypeMethodDescriptionintContextsSrv.Put_args.compareTo(ContextsSrv.Put_args other) booleanContextsSrv.Put_args.equals(ContextsSrv.Put_args that) ContextsSrv.Processor.Put.getResult(I iface, ContextsSrv.Put_args args) voidContextsSrv.AsyncProcessor.Put.start(I iface, ContextsSrv.Put_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) Constructors in dev.vality.damsel.context with parameters of type ContextsSrv.Put_argsModifierConstructorDescriptionPut_args(ContextsSrv.Put_args other) Performs a deep copy on other.