Abstract:
PURPOSE: A workflow customization method in SaaS environment is provided to offer a workflow software service to a plurality of enterprises in one server, thereby lowering management cost and offering a customized workflow software service. CONSTITUTION: Predetermined workflow information is offered to a client of a customized workflow software service. A modifying request of the workflow information is received from client(S210). The modified workflow information is saved in a workflow customization information database(240). If the predetermined workflow information is basic workflow information, the basic workflow information is copied to the workflow customization information database.
Abstract:
본 발명은 자바가상머신(java virtual machine)에서 배열 원소 접근을 처리하기 위한 통합 바이트 코드, 통합 바이트 코드의 매핑방법 및 수행방법에 관한 것으로, 본 발명의 통합 바이트 코드는 1차원 배열내의 소정의 위치에 저장된 데이터를 적재하는 1차원 배열 원소 적재 함수부, 다차원 배열내의 소정의 위치에 저장된 데이터를 적재하는 다차원 배열 원소 적재 함수부, 1차원 배열내의 소정의 위치에 상기 저장하고자 하는 데이터를 저장하는 1차원 배열 원소 저장 함수부 및 다차원 배열내의 소정의 위치에 상기 저장하고자 하는 데이터를 저장하는 다차원 배열 원소 저장 함수부를 포함하여 구성된다. 자바가상머신, 바이트 코드, 1차원 배열 원소 적재 함수부, 다차원 배열 원소 적재 함수부, 1차원 배열 원소 저장 함수부, 다차원 배열 원소 저장 함수부
Abstract:
There is provided an apparatus and a method for synchronization in a multi-thread system of a JAVA virtual machine. The apparatus and the method increase the concurrency of the multi-thread system by subdividing the unit of locking, which is used for implementing thread synchronizing, from object level to object field level. Because the apparatus and the method improve the possibility of sharing an object by subdividing the locking unit for synchronization into field level, the system processing speed can be improved when the apparatus and the method are used as a substructure of the multi-thread system of the JAVA virtual machine or a multi-processor. In addition, because reserved byte-codes in the specification of the JAVA virtual machine are extended, there is no effect on a user of the JAVA virtual machine.