public interface OMBrowserEJB
extends javax.ejb.EJBObject
Modifier and Type | Method and Description |
---|---|
void |
connect(java.lang.String dbType,
java.lang.String dsn,
java.lang.String user,
java.lang.String pass)
Business method
|
void |
connect(java.lang.String dbType,
java.lang.String host,
java.lang.String port,
java.lang.String database,
java.lang.String user,
java.lang.String pass)
Business method
|
void |
connect(java.lang.String dbType,
java.lang.String host,
java.lang.String port,
java.lang.String database,
java.lang.String schema,
java.lang.String user,
java.lang.String pass)
Business method
|
long |
create(Instance i)
Business method
|
void |
disconnect()
Business method
|
java.lang.String |
echo(java.lang.String s)
Business method
|
boolean |
execute(Query q)
Business method
|
InstanceSet |
executeQuery(java.lang.String classname,
SelectQuery q)
Business method
|
java.lang.Object |
executeText(java.lang.String s)
Business method
|
int |
executeUpdate(Query q)
Business method
|
AppVO |
getAppVO()
Business method
|
Class |
getClass(java.lang.String classname)
Business method
|
java.lang.String[] |
getClassNames()
Business method
|
int |
getClassPropertyCount(java.lang.String className)
Business method
|
java.lang.String |
getClassPropertyLabel(java.lang.String className,
java.lang.String propName)
Business method
|
java.lang.String |
getClassPropertyName(java.lang.String className,
java.lang.String propName)
Business method
|
int |
getClassPropertySize(java.lang.String className,
java.lang.String propName)
Business method
|
int |
getClassPropertyType(java.lang.String className,
java.lang.String propName)
Business method
|
java.lang.String |
getDbInfo()
Business method
|
java.lang.String[] |
getDBTypes()
Business method
|
InstanceSet |
getInstances(java.lang.String classname,
java.lang.String field,
java.lang.String value)
Business method
|
long |
getPrimaryKeys(java.lang.String type,
java.lang.String classname,
int num)
Business method
|
long |
getVersion()
Business method
|
boolean |
isConnected()
Business method
|
void |
refresh()
Business method
|
java.lang.String |
runTest()
Business method
|
void |
setVersion(long version)
Business method
|
int |
update(Instance i)
Business method
|
java.lang.String echo(java.lang.String s) throws java.rmi.RemoteException
java.rmi.RemoteException
void connect(java.lang.String dbType, java.lang.String host, java.lang.String port, java.lang.String database, java.lang.String schema, java.lang.String user, java.lang.String pass) throws java.rmi.RemoteException
java.rmi.RemoteException
void connect(java.lang.String dbType, java.lang.String host, java.lang.String port, java.lang.String database, java.lang.String user, java.lang.String pass) throws java.rmi.RemoteException
java.rmi.RemoteException
void connect(java.lang.String dbType, java.lang.String dsn, java.lang.String user, java.lang.String pass) throws java.rmi.RemoteException
java.rmi.RemoteException
void disconnect() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isConnected() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getDBTypes() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getDbInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
Class getClass(java.lang.String classname) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getClassNames() throws java.rmi.RemoteException
java.rmi.RemoteException
int getClassPropertyCount(java.lang.String className) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getClassPropertyName(java.lang.String className, java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getClassPropertyLabel(java.lang.String className, java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
int getClassPropertyType(java.lang.String className, java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
int getClassPropertySize(java.lang.String className, java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
InstanceSet getInstances(java.lang.String classname, java.lang.String field, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteException
void refresh() throws java.rmi.RemoteException
java.rmi.RemoteException
AppVO getAppVO() throws java.rmi.RemoteException
java.rmi.RemoteException
void setVersion(long version) throws java.rmi.RemoteException
java.rmi.RemoteException
long getVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
long create(Instance i) throws java.rmi.RemoteException
java.rmi.RemoteException
int update(Instance i) throws java.rmi.RemoteException
java.rmi.RemoteException
long getPrimaryKeys(java.lang.String type, java.lang.String classname, int num) throws java.rmi.RemoteException
java.rmi.RemoteException
InstanceSet executeQuery(java.lang.String classname, SelectQuery q) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object executeText(java.lang.String s) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean execute(Query q) throws java.rmi.RemoteException
java.rmi.RemoteException
int executeUpdate(Query q) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String runTest() throws java.rmi.RemoteException
java.rmi.RemoteException