
org.jboss.test.clusterbench.common.ejb.CommonStatefulSB Maven / Gradle / Ivy
/*
* Copyright The ClusterBench Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.jboss.test.clusterbench.common.ejb;
public interface CommonStatefulSB {
int getSerial();
int getSerialAndIncrement();
byte[] getCargo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy