CosDpValueSeqHolder values, CosDpErrorSeqHolder errors)
throws CosDpServerException
{
if (state_ != CosProcessStatusEnum.StatRunningControl)
{
throw new CosDpServerException(
CosDpServerExceptionCodeEnum.ExceptionDpServerNotInControl,
"Not In Control!");
}
long curtime = Calendar.getInstance().getTimeInMillis();