org.openorb.pss.compiler.reflect
Interface psdlStorageHome

All Superinterfaces:
org.openorb.compiler.idl.reflect.idlObject
All Known Implementing Classes:
PsdlStorageHome

public interface psdlStorageHome
extends org.openorb.compiler.idl.reflect.idlObject

This interface is implemented by the PSDL object that represents an PSDL Storage Home.

Author:
Jerome Daniel

Method Summary
 psdlStorageType homeFor()
          Return the StorageType of this home
 psdlAbstractStorageHome[] implemented()
          Return the implementation list
 psdlStorageHome inheritance()
          Return the inheritance
 psdlStorageType managed()
          Return the managed storage type
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

homeFor

public psdlStorageType homeFor()
Return the StorageType of this home

inheritance

public psdlStorageHome inheritance()
Return the inheritance

implemented

public psdlAbstractStorageHome[] implemented()
Return the implementation list

managed

public psdlStorageType managed()
Return the managed storage type