Methods' Details |
isSingleInterfaceBased
boolean |
isSingleInterfaceBased(); |
- Description
- Returns whether this object reflects a single-interface–based
service.
- Returns
- true if this object reflects a single-interface–based
service, and false if this object reflects an obsolete,
accumulation-based service
|
|
getInterface
- Description
- Returns the interface type associated with the service.
- Returns
- the reflection of the interface type associated with the service
(of type XInterfaceTypeDescription
or, in case of a typedef, XIndirectTypeDescription),
for a single-interface–based service; for an obsolete,
accumulation-based service, NULL is returned
|
|
getConstructors
- Description
- Returns the constructors of the service.
- Returns
- the reflections of all constructors of the service, in no
particular order
|
|
Copyright © 2010 Sun Microsystems, Inc.