|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
close()
|
Object |
createClientObject()
|
CacheClass[] |
getCacheSuperclasses()
Returns an array of all superclasses of this Cache class as declared in Cache. |
CacheField |
getField(String name)
|
Iterator |
getFieldNames()
|
CacheField[] |
getFields()
|
Class |
getJavaClass()
Returns Java class, corresponding to this Cache class. |
String |
getJavaClassName()
Returns class name of Java class, corresponding to this class. |
CacheMethod |
getMethod(String signature)
|
CacheMethod |
getMethod(String name,
CacheClass[] args)
|
CacheMethod[] |
getMethods()
|
Iterator |
getMethodSignatures()
|
int |
getModifiers()
Returns the modifiers for the CacheClass as an integer. |
String |
getName()
|
CacheQueryInfo[] |
getQueries()
|
CacheQueryInfo |
getQuery(String queryName)
|
CacheClass |
getSuperclass()
Returns a Cache class which is superclass of this class in correspondance with Java representation. |
boolean |
isAssignableFrom(CacheClass clazz)
Determines if the Cache class represented by this CacheClass object is either the same as, or is a
superclass of, the Cache class represented by the specified
CacheClass parameter. |
boolean |
isVerified()
|
Object |
newInstance(com.intersys.cache.CacheObject cobj)
|
Object |
newInstance(String arg)
Constructs a new instance of object on Cache server by running %New method. |
Object |
openObject(Id id)
|
Object |
openObject(Oid oid)
|
void |
verifyClass()
|
Method Detail |
public String getName()
public Class getJavaClass() throws CacheException
getJavaClassName
if you need only class name and
do not want to load the class.
java.lang.Class
object, corresponding to
this Cache class. If Java class can not be loaded with current
class loader, CacheExcpetion is thrown.
CacheException
- if resulting Java class can not be
loaded or any error occur while communicating to Cache Server.getJavaClassName()
public String getJavaClassName() throws CacheException
java.lang.String
.
CacheException
getJavaClass()
public CacheField[] getFields() throws CacheException
CacheException
public CacheMethod[] getMethods() throws CacheException
CacheException
public CacheQueryInfo[] getQueries() throws CacheException
CacheException
public Iterator getFieldNames() throws CacheException
CacheException
public Iterator getMethodSignatures() throws CacheException
String
of folowing format:
methodName(serverSideType1, serverSideType2, ...)
CacheException
public CacheField getField(String name) throws CacheException
CacheException
public CacheMethod getMethod(String signature) throws CacheException
signature
- string of folowing format:
methodName(serverSideType1, serverSideType2, ...)
CacheException
public CacheMethod getMethod(String name, CacheClass[] args) throws CacheException
CacheException
public CacheQueryInfo getQuery(String queryName) throws CacheException
CacheException
public CacheClass getSuperclass() throws CacheException
CacheClass
object which is superclass of
this class in correspondance with Java representation.
CacheException
public CacheClass[] getCacheSuperclasses() throws CacheException
CacheClass
objects
which are superclasses of this class.
CacheException
- If an error occured while communicating
with Cache Databasepublic boolean isAssignableFrom(CacheClass clazz) throws CacheException
CacheClass
object is either the same as, or is a
superclass of, the Cache class represented by the specified
CacheClass
parameter. It returns true if so;
otherwise it returns false.
clazz
- the CacheClass
object to be checked
boolean
value indicating whether
objects of the type clazz
can be assigned to
objects of this Cache class
CacheException
public int getModifiers()
CacheModifier
public Object newInstance(String arg) throws CacheException
%New
method.
CacheException
public Object createClientObject() throws CacheException
CacheException
public Object newInstance(com.intersys.cache.CacheObject cobj) throws CacheException
CacheException
public Object openObject(Id id) throws CacheException
CacheException
public Object openObject(Oid oid) throws CacheException
CacheException
public boolean isVerified()
public void verifyClass() throws CacheException
CacheException
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |