|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Dynamic
The Dynamic interface is extended by interfaces that aggregate other
interfaces at run time. The sole interface using this mechanism is the Report
interface. Therefore, the Report interface inherits from the Dynamic interface.
The interface names are the names defined by the object model.
| Method Summary | |
|---|---|
java.lang.Object |
getNamedInterface(java.lang.String interfaceName)
Gets the object which implements the named interface. |
java.lang.String[] |
getNamedInterfaces()
Gets the name of the supported interfaces. |
| Method Detail |
|---|
java.lang.String[] getNamedInterfaces()
java.lang.Object getNamedInterface(java.lang.String interfaceName)
throws REException
interfaceName - The requested interface name.
REException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||