partitionToUse = 0;
if (thePartitionToUse < ORBConstants.REQUEST_PARTITIONING_MIN_THREAD_POOL_ID || thePartitionToUse > ORBConstants.REQUEST_PARTITIONING_MAX_THREAD_POOL_ID) { throw wrapper.invalidRequestPartitioningComponentValue( new Integer(thePartitionToUse), new Integer(ORBConstants.REQUEST_PARTITIONING_MIN_THREAD_POOL_ID), new Integer(ORBConstants.REQUEST_PARTITIONING_MAX_THREAD_POOL_ID)); } partitionToUse = thePartitionToUse;
if (!(obj instanceof RequestPartitioningComponentImpl)) return false ; RequestPartitioningComponentImpl other = (RequestPartitioningComponentImpl)obj ; return partitionToUse == other.partitionToUse ;
return ORBConstants.TAG_REQUEST_PARTITIONING_ID;
return partitionToUse;
return "RequestPartitioningComponentImpl[partitionToUse=" + partitionToUse + "]" ;
os.write_ulong(partitionToUse);