|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopApplication
A desktop application. The desktop may run many applications that use the IRM product. The desktop application is used to identify which application is making a request.
Instances of Desktop Application objects can be created using the following factory style method(s).
DesktopApplication object = createDesktopApplication(name);
DesktopApplication object = createDesktopApplication(
name,
container);
Desktop Application instances can be serialized as an XML document. This XML document can also be used to recreate a Desktop Application object. The following XML document shows an example Desktop Application in XML form.
<?xml version="1.0" encoding="UTF-8"?>
<core:DesktopApplication xmlns:core="http://xmlns.oracle.com/irm/core">
<name>desktop</name>
<container>browser</container>
</core:DesktopApplication>
| Method Summary | |
|---|---|
String |
getContainer()The container name. |
String |
getName()The application name. |
| Method Detail |
|---|
String getName()
String getContainer()
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||