org.apache.ws.jaxme.sqls.db2
Class TableSpaceImpl.SystemManagedContainerImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.db2.TableSpaceImpl.SystemManagedContainerImpl
All Implemented Interfaces:
TableSpace.Container, TableSpace.SystemManagedContainer
Enclosing class:
TableSpaceImpl

public static class TableSpaceImpl.SystemManagedContainerImpl
extends java.lang.Object
implements TableSpace.SystemManagedContainer


Constructor Summary
TableSpaceImpl.SystemManagedContainerImpl()
           
 
Method Summary
 java.lang.String getFile()
          Returns the containers file name.
 boolean isDatabaseManaged()
          Returns whether the container is database managed If this is the case, the container may be casted to a TableSpace.DatabaseManagedContainer.
 boolean isSystemManaged()
          Returns whether the container is system managed (aka an operating system file).
 void setFile(java.lang.String pFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSpaceImpl.SystemManagedContainerImpl

public TableSpaceImpl.SystemManagedContainerImpl()
Method Detail

isSystemManaged

public boolean isSystemManaged()
Description copied from interface: TableSpace.Container

Returns whether the container is system managed (aka an operating system file). If this is the case, the container may be casted to a TableSpace.SystemManagedContainer.

Specified by:
isSystemManaged in interface TableSpace.Container

isDatabaseManaged

public boolean isDatabaseManaged()
Description copied from interface: TableSpace.Container

Returns whether the container is database managed If this is the case, the container may be casted to a TableSpace.DatabaseManagedContainer.

Specified by:
isDatabaseManaged in interface TableSpace.Container

getFile

public java.lang.String getFile()
Description copied from interface: TableSpace.SystemManagedContainer

Returns the containers file name.

Specified by:
getFile in interface TableSpace.SystemManagedContainer

setFile

public void setFile(java.lang.String pFile)