Class ClassInfoCache.ClassInfo
java.lang.Object
com.sun.corba.ee.impl.misc.ClassInfoCache.ClassInfo
- Enclosing class:
ClassInfoCache
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanprivate Stringprivate ClassInfoCache.ClassInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuper()booleanbooleanisACORBAObject(Class<?> cls) booleanisACustomValue(Class<?> cls) booleanisAExternalizable(Class<?> cls) booleanisAIDLEntity(Class<?> cls) booleanisAObjectImpl(Class<?> cls) booleanbooleanbooleanisARemoteException(Class<?> cls) booleanisArray()booleanisASerializable(Class<?> cls) booleanisAStreamable(Class<?> cls) booleanisAStreamableValue(Class<?> cls) booleanbooleanisAUserException(Class<?> cls) booleanisAValueBase(Class<?> cls) booleanisEnum()private booleanbooleanbooleanvoidsetRepositoryId(String repositoryId)
-
Field Details
-
isAValueBase
private boolean isAValueBase -
isAString
private boolean isAString -
isAIDLEntity
private boolean isAIDLEntity -
isARemote
-
isARemoteException
-
isAUserException
-
isAObjectImpl
-
isAORB
-
isAStreamable
-
isAStreamableValue
-
isACustomValue
-
isACORBAObject
-
isASerializable
-
isAExternalizable
-
isAClass
-
repositoryId
-
isArray
private boolean isArray -
isEnum
private boolean isEnum -
isInterface
private boolean isInterface -
isProxyClass
private boolean isProxyClass -
superInfo
-
-
Constructor Details
-
ClassInfo
ClassInfo(Class<?> cls)
-
-
Method Details
-
isEnum
-
getRepositoryId
-
setRepositoryId
-
isARemote
-
isARemoteException
-
isAUserException
-
isAObjectImpl
-
isAORB
-
isAIDLEntity
-
isAStreamable
-
isAStreamableValue
-
isACustomValue
-
isAValueBase
-
isACORBAObject
-
isASerializable
-
isAExternalizable
-
isAString
-
isAClass
-
isArray
public boolean isArray() -
isEnum
public boolean isEnum() -
isInterface
public boolean isInterface() -
isProxyClass
public boolean isProxyClass() -
getSuper
-