001//
002// NAME
003//      Configure.java
004//
005// COPYRIGHT
006//      Confidential Property of Kabira Technologies, Inc.
007//      Copyright 2007, 2009 by Kabira Technologies, Inc.
008//      All rights reserved.
009//
010// DESCRIPTION
011//
012// HISTORY
013//     $Revision: 1.1.2.83 $ $Date: 2012/04/03 00:11:05 $
014//
015// WARNINGS
016//      THIS FILE IS GENERATED, DO NOT EDIT
017//
018
019package com.kabira.platform.swtimer;
020
021import java.util.*;
022import com.kabira.platform.annotation.*;
023
024
025/**
026
027*/
028
029@Managed
030public class Configure
031{
032        private static final String _RuntimeType = "swtimer::Configure";
033
034/**
035Create a new Configure
036
037*/
038        public Configure()
039        {
040                super();
041        }
042
043        public final native void set(
044                        final String engineName,
045                        final long swtimerParallelism,
046                        final long milliseconds);
047
048}