站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

AutoNumber (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.varia.autonumber
Interface AutoNumber

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface AutoNumber
extends javax.ejb.EJBObject

AutoNumber stores autonumbers for items in a collection.

Version:
$Revision: 1.1 $
Author:
Michel de Groot

Method Summary
 Integer getValue()
          Gets the current value of the autonumber.
 void setValue(Integer value)
          Sets the current value of the autonumber.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getValue

public Integer getValue()
                 throws RemoteException
Gets the current value of the autonumber.

Throws:
RemoteException

setValue

public void setValue(Integer value)
              throws RemoteException
Sets the current value of the autonumber.

Throws:
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.