147148149150151152153154155156157
10, CompletionStatus.COMPLETED_MAYBE); } if (arguments == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return arguments; }
156157158159160161162163
return arguments; } public TypeCode[] exceptions() { throw new NO_RESOURCES("This feature is not supported on the server side", 1, CompletionStatus.COMPLETED_MAYBE); }
180181182183184185186187188189190
{ } if (result == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return result; }
133134135136137138139140
return arguments; } public String[] contexts() { throw new NO_RESOURCES("JacORB does not support operation contexts", 1, CompletionStatus.COMPLETED_MAYBE); }
182183184185186187188189
return operation; } public String[] operation_context() { throw new NO_RESOURCES("JacORB does not support operation contexts", 1, CompletionStatus.COMPLETED_MAYBE); }
205206207208209210211212213214215
public Any result() { if (result == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return result; }
210211212213214215216217218219220
227228229230231232233234235236237
10, CompletionStatus.COMPLETED_MAYBE); } if (exceptions == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return exceptions; }
244245246247248249250251252253254
10, CompletionStatus.COMPLETED_MAYBE); } if (result == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return result; }
178179180181182183184185186187
); } job_queue.remove(job); throw new NO_RESOURCES("(Pool)[" + idle_threads + "/" + total_threads + "] no idle threads but maximum number of threads reached (" + max_threads + ")"); } }