Package com.caucho.burlap.client
Interface BurlapMetaInfoAPI
-
public interface BurlapMetaInfoAPI
API retrieving burlap meta information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
_burlap_getAttribute(java.lang.String name)
Returns a service attribute.
-
-
-
Method Detail
-
_burlap_getAttribute
java.lang.Object _burlap_getAttribute(java.lang.String name)
Returns a service attribute.- java.api.class - the Java interface for the object interface.
- java.ejb.home.class - the EJB home interface
- java.ejb.remote.class - the EJB remote interface
- java.primary.key.class - the EJB primary key class
-
-