org.apache.ws.jaxme.sqls.db2
Interface TableSpace.SystemManagedContainer

All Superinterfaces:
TableSpace.Container
All Known Implementing Classes:
TableSpaceImpl.SystemManagedContainerImpl
Enclosing interface:
TableSpace

public static interface TableSpace.SystemManagedContainer
extends TableSpace.Container

Interface of a system managed container, aka operating system file. A container may be casted to a SystemManagedContainer, if and only if isSystemManaged() == true.


Method Summary
 java.lang.String getFile()
          Returns the containers file name.
 
Methods inherited from interface org.apache.ws.jaxme.sqls.db2.TableSpace.Container
isDatabaseManaged, isSystemManaged
 

Method Detail

getFile

java.lang.String getFile()

Returns the containers file name.