BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules.service
Interface RulesetData

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface RulesetData
extends javax.ejb.EJBObject

Specifies behavior for rule set data

Version:
1.0
Author:
BEA Systems, Inc.

Method Summary
 byte[] getData()
          Gets data for rule set
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getData

public byte[] getData()
               throws RulesServiceException,
                      java.rmi.RemoteException
Gets data for rule set
Returns:
The data for a rule set as an array of bytes
Throws:
RulesServiceException -  
java.rmi.RemoteException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved