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.RemoteExceptionvoid 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.RemoteExceptionvoid 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.RemoteExceptionvoid connect(java.lang.String dbType,
java.lang.String dsn,
java.lang.String user,
java.lang.String pass)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid disconnect()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isConnected()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getDBTypes()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getDbInfo()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionClass getClass(java.lang.String classname) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getClassNames()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getClassPropertyCount(java.lang.String className)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getClassPropertyName(java.lang.String className,
java.lang.String propName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getClassPropertyLabel(java.lang.String className,
java.lang.String propName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getClassPropertyType(java.lang.String className,
java.lang.String propName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getClassPropertySize(java.lang.String className,
java.lang.String propName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionInstanceSet getInstances(java.lang.String classname, java.lang.String field, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid refresh()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAppVO getAppVO() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setVersion(long version)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong getVersion()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong create(Instance i) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint update(Instance i) throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong getPrimaryKeys(java.lang.String type,
java.lang.String classname,
int num)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionInstanceSet executeQuery(java.lang.String classname, SelectQuery q) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object executeText(java.lang.String s)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean execute(Query q) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint executeUpdate(Query q) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String runTest()
throws java.rmi.RemoteException
java.rmi.RemoteException