| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.db2.TableSpaceImpl.SystemManagedContainerImpl
| 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 | 
public TableSpaceImpl.SystemManagedContainerImpl()
| Method Detail | 
public boolean isSystemManaged()
TableSpace.ContainerReturns 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.
isSystemManaged in interface TableSpace.Containerpublic boolean isDatabaseManaged()
TableSpace.ContainerReturns whether the container is database managed
 If this is the case, the container may be casted to a
 TableSpace.DatabaseManagedContainer.
isDatabaseManaged in interface TableSpace.Containerpublic java.lang.String getFile()
TableSpace.SystemManagedContainerReturns the containers file name.
getFile in interface TableSpace.SystemManagedContainerpublic void setFile(java.lang.String pFile)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||