224225226227228229230231
return operation; } public String[] operation_context() { throw new NO_RESOURCES("JacORB does not support operation contexts", 1, CompletionStatus.COMPLETED_MAYBE); }
247248249250251252253254255256257
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; }
261262263264265266267268269270271
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; }
271272273274275276277278
} @Override public TypeCode[] exceptions() { throw new NO_RESOURCES("This feature is not supported on the server side", 1, CompletionStatus.COMPLETED_MAYBE); }
299300301302303304305306307308309
{ } if (result == null) { throw new NO_RESOURCES("Stream-based skeletons/stubs do not support this op", 1, CompletionStatus.COMPLETED_MAYBE); } return result; }
427428429430431432433434435436437
@Override public String server_id() { if (caller_op == ServerInterceptorIterator.RECEIVE_REQUEST_SERVICE_CONTEXTS) { throw new NO_RESOURCES ("The attribute \"server_id\" is not available", 1, CompletionStatus.COMPLETED_MAYBE); } else {
287288289290291292293294295296297
304305306307308309310311312313314
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; }
321322323324325326327328329330331
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; }
143144145146147148149150151152153
if (up != null) { if(!up.add_input(connection)) { connection.close(); throw new NO_RESOURCES("Maximum number of server connections reached"); } } else { synchronized (incoming_connections)