Package com.sun.corba.ee.impl.misc
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 boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private String
private ClassInfoCache.ClassInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuper()
boolean
boolean
isACORBAObject
(Class<?> cls) boolean
isACustomValue
(Class<?> cls) boolean
isAExternalizable
(Class<?> cls) boolean
isAIDLEntity
(Class<?> cls) boolean
isAObjectImpl
(Class<?> cls) boolean
boolean
boolean
isARemoteException
(Class<?> cls) boolean
isArray()
boolean
isASerializable
(Class<?> cls) boolean
isAStreamable
(Class<?> cls) boolean
isAStreamableValue
(Class<?> cls) boolean
boolean
isAUserException
(Class<?> cls) boolean
isAValueBase
(Class<?> cls) boolean
isEnum()
private boolean
boolean
boolean
void
setRepositoryId
(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
-