Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.LimitsType

Packages that use LimitsType
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix   
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl   
 

Uses of LimitsType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return LimitsType
 LimitsType POSIXApplicationType.addNewCoreDumpLimit()
          Appends and returns a new empty "CoreDumpLimit" element
 LimitsType CoreDumpLimitDocument.addNewCoreDumpLimit()
          Appends and returns a new empty "CoreDumpLimit" element
 LimitsType POSIXApplicationType.addNewCPUTimeLimit()
          Appends and returns a new empty "CPUTimeLimit" element
 LimitsType CPUTimeLimitDocument.addNewCPUTimeLimit()
          Appends and returns a new empty "CPUTimeLimit" element
 LimitsType POSIXApplicationType.addNewDataSegmentLimit()
          Appends and returns a new empty "DataSegmentLimit" element
 LimitsType DataSegmentLimitDocument.addNewDataSegmentLimit()
          Appends and returns a new empty "DataSegmentLimit" element
 LimitsType POSIXApplicationType.addNewFileSizeLimit()
          Appends and returns a new empty "FileSizeLimit" element
 LimitsType FileSizeLimitDocument.addNewFileSizeLimit()
          Appends and returns a new empty "FileSizeLimit" element
 LimitsType POSIXApplicationType.addNewLockedMemoryLimit()
          Appends and returns a new empty "LockedMemoryLimit" element
 LimitsType LockedMemoryLimitDocument.addNewLockedMemoryLimit()
          Appends and returns a new empty "LockedMemoryLimit" element
 LimitsType POSIXApplicationType.addNewMemoryLimit()
          Appends and returns a new empty "MemoryLimit" element
 LimitsType MemoryLimitDocument.addNewMemoryLimit()
          Appends and returns a new empty "MemoryLimit" element
 LimitsType POSIXApplicationType.addNewOpenDescriptorsLimit()
          Appends and returns a new empty "OpenDescriptorsLimit" element
 LimitsType OpenDescriptorsLimitDocument.addNewOpenDescriptorsLimit()
          Appends and returns a new empty "OpenDescriptorsLimit" element
 LimitsType PipeSizeLimitDocument.addNewPipeSizeLimit()
          Appends and returns a new empty "PipeSizeLimit" element
 LimitsType POSIXApplicationType.addNewPipeSizeLimit()
          Appends and returns a new empty "PipeSizeLimit" element
 LimitsType ProcessCountLimitDocument.addNewProcessCountLimit()
          Appends and returns a new empty "ProcessCountLimit" element
 LimitsType POSIXApplicationType.addNewProcessCountLimit()
          Appends and returns a new empty "ProcessCountLimit" element
 LimitsType StackSizeLimitDocument.addNewStackSizeLimit()
          Appends and returns a new empty "StackSizeLimit" element
 LimitsType POSIXApplicationType.addNewStackSizeLimit()
          Appends and returns a new empty "StackSizeLimit" element
 LimitsType ThreadCountLimitDocument.addNewThreadCountLimit()
          Appends and returns a new empty "ThreadCountLimit" element
 LimitsType POSIXApplicationType.addNewThreadCountLimit()
          Appends and returns a new empty "ThreadCountLimit" element
 LimitsType VirtualMemoryLimitDocument.addNewVirtualMemoryLimit()
          Appends and returns a new empty "VirtualMemoryLimit" element
 LimitsType POSIXApplicationType.addNewVirtualMemoryLimit()
          Appends and returns a new empty "VirtualMemoryLimit" element
 LimitsType WallTimeLimitDocument.addNewWallTimeLimit()
          Appends and returns a new empty "WallTimeLimit" element
 LimitsType POSIXApplicationType.addNewWallTimeLimit()
          Appends and returns a new empty "WallTimeLimit" element
 LimitsType POSIXApplicationType.getCoreDumpLimit()
          Gets the "CoreDumpLimit" element
 LimitsType CoreDumpLimitDocument.getCoreDumpLimit()
          Gets the "CoreDumpLimit" element
 LimitsType POSIXApplicationType.getCPUTimeLimit()
          Gets the "CPUTimeLimit" element
 LimitsType CPUTimeLimitDocument.getCPUTimeLimit()
          Gets the "CPUTimeLimit" element
 LimitsType POSIXApplicationType.getDataSegmentLimit()
          Gets the "DataSegmentLimit" element
 LimitsType DataSegmentLimitDocument.getDataSegmentLimit()
          Gets the "DataSegmentLimit" element
 LimitsType POSIXApplicationType.getFileSizeLimit()
          Gets the "FileSizeLimit" element
 LimitsType FileSizeLimitDocument.getFileSizeLimit()
          Gets the "FileSizeLimit" element
 LimitsType POSIXApplicationType.getLockedMemoryLimit()
          Gets the "LockedMemoryLimit" element
 LimitsType LockedMemoryLimitDocument.getLockedMemoryLimit()
          Gets the "LockedMemoryLimit" element
 LimitsType POSIXApplicationType.getMemoryLimit()
          Gets the "MemoryLimit" element
 LimitsType MemoryLimitDocument.getMemoryLimit()
          Gets the "MemoryLimit" element
 LimitsType POSIXApplicationType.getOpenDescriptorsLimit()
          Gets the "OpenDescriptorsLimit" element
 LimitsType OpenDescriptorsLimitDocument.getOpenDescriptorsLimit()
          Gets the "OpenDescriptorsLimit" element
 LimitsType PipeSizeLimitDocument.getPipeSizeLimit()
          Gets the "PipeSizeLimit" element
 LimitsType POSIXApplicationType.getPipeSizeLimit()
          Gets the "PipeSizeLimit" element
 LimitsType ProcessCountLimitDocument.getProcessCountLimit()
          Gets the "ProcessCountLimit" element
 LimitsType POSIXApplicationType.getProcessCountLimit()
          Gets the "ProcessCountLimit" element
 LimitsType StackSizeLimitDocument.getStackSizeLimit()
          Gets the "StackSizeLimit" element
 LimitsType POSIXApplicationType.getStackSizeLimit()
          Gets the "StackSizeLimit" element
 LimitsType ThreadCountLimitDocument.getThreadCountLimit()
          Gets the "ThreadCountLimit" element
 LimitsType POSIXApplicationType.getThreadCountLimit()
          Gets the "ThreadCountLimit" element
 LimitsType VirtualMemoryLimitDocument.getVirtualMemoryLimit()
          Gets the "VirtualMemoryLimit" element
 LimitsType POSIXApplicationType.getVirtualMemoryLimit()
          Gets the "VirtualMemoryLimit" element
 LimitsType WallTimeLimitDocument.getWallTimeLimit()
          Gets the "WallTimeLimit" element
 LimitsType POSIXApplicationType.getWallTimeLimit()
          Gets the "WallTimeLimit" element
static LimitsType LimitsType.Factory.newInstance()
           
static LimitsType LimitsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(File file)
           
static LimitsType LimitsType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(InputStream is)
           
static LimitsType LimitsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(Node node)
           
static LimitsType LimitsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(Reader r)
           
static LimitsType LimitsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(String xmlAsString)
           
static LimitsType LimitsType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(URL u)
           
static LimitsType LimitsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LimitsType LimitsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LimitsType LimitsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LimitsType LimitsType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static LimitsType LimitsType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix with parameters of type LimitsType
 void POSIXApplicationType.setCoreDumpLimit(LimitsType coreDumpLimit)
          Sets the "CoreDumpLimit" element
 void CoreDumpLimitDocument.setCoreDumpLimit(LimitsType coreDumpLimit)
          Sets the "CoreDumpLimit" element
 void POSIXApplicationType.setCPUTimeLimit(LimitsType cpuTimeLimit)
          Sets the "CPUTimeLimit" element
 void CPUTimeLimitDocument.setCPUTimeLimit(LimitsType cpuTimeLimit)
          Sets the "CPUTimeLimit" element
 void POSIXApplicationType.setDataSegmentLimit(LimitsType dataSegmentLimit)
          Sets the "DataSegmentLimit" element
 void DataSegmentLimitDocument.setDataSegmentLimit(LimitsType dataSegmentLimit)
          Sets the "DataSegmentLimit" element
 void POSIXApplicationType.setFileSizeLimit(LimitsType fileSizeLimit)
          Sets the "FileSizeLimit" element
 void FileSizeLimitDocument.setFileSizeLimit(LimitsType fileSizeLimit)
          Sets the "FileSizeLimit" element
 void POSIXApplicationType.setLockedMemoryLimit(LimitsType lockedMemoryLimit)
          Sets the "LockedMemoryLimit" element
 void LockedMemoryLimitDocument.setLockedMemoryLimit(LimitsType lockedMemoryLimit)
          Sets the "LockedMemoryLimit" element
 void POSIXApplicationType.setMemoryLimit(LimitsType memoryLimit)
          Sets the "MemoryLimit" element
 void MemoryLimitDocument.setMemoryLimit(LimitsType memoryLimit)
          Sets the "MemoryLimit" element
 void POSIXApplicationType.setOpenDescriptorsLimit(LimitsType openDescriptorsLimit)
          Sets the "OpenDescriptorsLimit" element
 void OpenDescriptorsLimitDocument.setOpenDescriptorsLimit(LimitsType openDescriptorsLimit)
          Sets the "OpenDescriptorsLimit" element
 void PipeSizeLimitDocument.setPipeSizeLimit(LimitsType pipeSizeLimit)
          Sets the "PipeSizeLimit" element
 void POSIXApplicationType.setPipeSizeLimit(LimitsType pipeSizeLimit)
          Sets the "PipeSizeLimit" element
 void ProcessCountLimitDocument.setProcessCountLimit(LimitsType processCountLimit)
          Sets the "ProcessCountLimit" element
 void POSIXApplicationType.setProcessCountLimit(LimitsType processCountLimit)
          Sets the "ProcessCountLimit" element
 void StackSizeLimitDocument.setStackSizeLimit(LimitsType stackSizeLimit)
          Sets the "StackSizeLimit" element
 void POSIXApplicationType.setStackSizeLimit(LimitsType stackSizeLimit)
          Sets the "StackSizeLimit" element
 void ThreadCountLimitDocument.setThreadCountLimit(LimitsType threadCountLimit)
          Sets the "ThreadCountLimit" element
 void POSIXApplicationType.setThreadCountLimit(LimitsType threadCountLimit)
          Sets the "ThreadCountLimit" element
 void VirtualMemoryLimitDocument.setVirtualMemoryLimit(LimitsType virtualMemoryLimit)
          Sets the "VirtualMemoryLimit" element
 void POSIXApplicationType.setVirtualMemoryLimit(LimitsType virtualMemoryLimit)
          Sets the "VirtualMemoryLimit" element
 void WallTimeLimitDocument.setWallTimeLimit(LimitsType wallTimeLimit)
          Sets the "WallTimeLimit" element
 void POSIXApplicationType.setWallTimeLimit(LimitsType wallTimeLimit)
          Sets the "WallTimeLimit" element
 

Uses of LimitsType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that implement LimitsType
 class LimitsTypeImpl
          An XML Limits_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl-posix).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that return LimitsType
 LimitsType POSIXApplicationTypeImpl.addNewCoreDumpLimit()
          Appends and returns a new empty "CoreDumpLimit" element
 LimitsType CoreDumpLimitDocumentImpl.addNewCoreDumpLimit()
          Appends and returns a new empty "CoreDumpLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewCPUTimeLimit()
          Appends and returns a new empty "CPUTimeLimit" element
 LimitsType CPUTimeLimitDocumentImpl.addNewCPUTimeLimit()
          Appends and returns a new empty "CPUTimeLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewDataSegmentLimit()
          Appends and returns a new empty "DataSegmentLimit" element
 LimitsType DataSegmentLimitDocumentImpl.addNewDataSegmentLimit()
          Appends and returns a new empty "DataSegmentLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewFileSizeLimit()
          Appends and returns a new empty "FileSizeLimit" element
 LimitsType FileSizeLimitDocumentImpl.addNewFileSizeLimit()
          Appends and returns a new empty "FileSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewLockedMemoryLimit()
          Appends and returns a new empty "LockedMemoryLimit" element
 LimitsType LockedMemoryLimitDocumentImpl.addNewLockedMemoryLimit()
          Appends and returns a new empty "LockedMemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewMemoryLimit()
          Appends and returns a new empty "MemoryLimit" element
 LimitsType MemoryLimitDocumentImpl.addNewMemoryLimit()
          Appends and returns a new empty "MemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewOpenDescriptorsLimit()
          Appends and returns a new empty "OpenDescriptorsLimit" element
 LimitsType OpenDescriptorsLimitDocumentImpl.addNewOpenDescriptorsLimit()
          Appends and returns a new empty "OpenDescriptorsLimit" element
 LimitsType PipeSizeLimitDocumentImpl.addNewPipeSizeLimit()
          Appends and returns a new empty "PipeSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewPipeSizeLimit()
          Appends and returns a new empty "PipeSizeLimit" element
 LimitsType ProcessCountLimitDocumentImpl.addNewProcessCountLimit()
          Appends and returns a new empty "ProcessCountLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewProcessCountLimit()
          Appends and returns a new empty "ProcessCountLimit" element
 LimitsType StackSizeLimitDocumentImpl.addNewStackSizeLimit()
          Appends and returns a new empty "StackSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewStackSizeLimit()
          Appends and returns a new empty "StackSizeLimit" element
 LimitsType ThreadCountLimitDocumentImpl.addNewThreadCountLimit()
          Appends and returns a new empty "ThreadCountLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewThreadCountLimit()
          Appends and returns a new empty "ThreadCountLimit" element
 LimitsType VirtualMemoryLimitDocumentImpl.addNewVirtualMemoryLimit()
          Appends and returns a new empty "VirtualMemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewVirtualMemoryLimit()
          Appends and returns a new empty "VirtualMemoryLimit" element
 LimitsType WallTimeLimitDocumentImpl.addNewWallTimeLimit()
          Appends and returns a new empty "WallTimeLimit" element
 LimitsType POSIXApplicationTypeImpl.addNewWallTimeLimit()
          Appends and returns a new empty "WallTimeLimit" element
 LimitsType POSIXApplicationTypeImpl.getCoreDumpLimit()
          Gets the "CoreDumpLimit" element
 LimitsType CoreDumpLimitDocumentImpl.getCoreDumpLimit()
          Gets the "CoreDumpLimit" element
 LimitsType POSIXApplicationTypeImpl.getCPUTimeLimit()
          Gets the "CPUTimeLimit" element
 LimitsType CPUTimeLimitDocumentImpl.getCPUTimeLimit()
          Gets the "CPUTimeLimit" element
 LimitsType POSIXApplicationTypeImpl.getDataSegmentLimit()
          Gets the "DataSegmentLimit" element
 LimitsType DataSegmentLimitDocumentImpl.getDataSegmentLimit()
          Gets the "DataSegmentLimit" element
 LimitsType POSIXApplicationTypeImpl.getFileSizeLimit()
          Gets the "FileSizeLimit" element
 LimitsType FileSizeLimitDocumentImpl.getFileSizeLimit()
          Gets the "FileSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.getLockedMemoryLimit()
          Gets the "LockedMemoryLimit" element
 LimitsType LockedMemoryLimitDocumentImpl.getLockedMemoryLimit()
          Gets the "LockedMemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.getMemoryLimit()
          Gets the "MemoryLimit" element
 LimitsType MemoryLimitDocumentImpl.getMemoryLimit()
          Gets the "MemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.getOpenDescriptorsLimit()
          Gets the "OpenDescriptorsLimit" element
 LimitsType OpenDescriptorsLimitDocumentImpl.getOpenDescriptorsLimit()
          Gets the "OpenDescriptorsLimit" element
 LimitsType PipeSizeLimitDocumentImpl.getPipeSizeLimit()
          Gets the "PipeSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.getPipeSizeLimit()
          Gets the "PipeSizeLimit" element
 LimitsType ProcessCountLimitDocumentImpl.getProcessCountLimit()
          Gets the "ProcessCountLimit" element
 LimitsType POSIXApplicationTypeImpl.getProcessCountLimit()
          Gets the "ProcessCountLimit" element
 LimitsType StackSizeLimitDocumentImpl.getStackSizeLimit()
          Gets the "StackSizeLimit" element
 LimitsType POSIXApplicationTypeImpl.getStackSizeLimit()
          Gets the "StackSizeLimit" element
 LimitsType ThreadCountLimitDocumentImpl.getThreadCountLimit()
          Gets the "ThreadCountLimit" element
 LimitsType POSIXApplicationTypeImpl.getThreadCountLimit()
          Gets the "ThreadCountLimit" element
 LimitsType VirtualMemoryLimitDocumentImpl.getVirtualMemoryLimit()
          Gets the "VirtualMemoryLimit" element
 LimitsType POSIXApplicationTypeImpl.getVirtualMemoryLimit()
          Gets the "VirtualMemoryLimit" element
 LimitsType WallTimeLimitDocumentImpl.getWallTimeLimit()
          Gets the "WallTimeLimit" element
 LimitsType POSIXApplicationTypeImpl.getWallTimeLimit()
          Gets the "WallTimeLimit" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl with parameters of type LimitsType
 void POSIXApplicationTypeImpl.setCoreDumpLimit(LimitsType coreDumpLimit)
          Sets the "CoreDumpLimit" element
 void CoreDumpLimitDocumentImpl.setCoreDumpLimit(LimitsType coreDumpLimit)
          Sets the "CoreDumpLimit" element
 void POSIXApplicationTypeImpl.setCPUTimeLimit(LimitsType cpuTimeLimit)
          Sets the "CPUTimeLimit" element
 void CPUTimeLimitDocumentImpl.setCPUTimeLimit(LimitsType cpuTimeLimit)
          Sets the "CPUTimeLimit" element
 void POSIXApplicationTypeImpl.setDataSegmentLimit(LimitsType dataSegmentLimit)
          Sets the "DataSegmentLimit" element
 void DataSegmentLimitDocumentImpl.setDataSegmentLimit(LimitsType dataSegmentLimit)
          Sets the "DataSegmentLimit" element
 void POSIXApplicationTypeImpl.setFileSizeLimit(LimitsType fileSizeLimit)
          Sets the "FileSizeLimit" element
 void FileSizeLimitDocumentImpl.setFileSizeLimit(LimitsType fileSizeLimit)
          Sets the "FileSizeLimit" element
 void POSIXApplicationTypeImpl.setLockedMemoryLimit(LimitsType lockedMemoryLimit)
          Sets the "LockedMemoryLimit" element
 void LockedMemoryLimitDocumentImpl.setLockedMemoryLimit(LimitsType lockedMemoryLimit)
          Sets the "LockedMemoryLimit" element
 void POSIXApplicationTypeImpl.setMemoryLimit(LimitsType memoryLimit)
          Sets the "MemoryLimit" element
 void MemoryLimitDocumentImpl.setMemoryLimit(LimitsType memoryLimit)
          Sets the "MemoryLimit" element
 void POSIXApplicationTypeImpl.setOpenDescriptorsLimit(LimitsType openDescriptorsLimit)
          Sets the "OpenDescriptorsLimit" element
 void OpenDescriptorsLimitDocumentImpl.setOpenDescriptorsLimit(LimitsType openDescriptorsLimit)
          Sets the "OpenDescriptorsLimit" element
 void PipeSizeLimitDocumentImpl.setPipeSizeLimit(LimitsType pipeSizeLimit)
          Sets the "PipeSizeLimit" element
 void POSIXApplicationTypeImpl.setPipeSizeLimit(LimitsType pipeSizeLimit)
          Sets the "PipeSizeLimit" element
 void ProcessCountLimitDocumentImpl.setProcessCountLimit(LimitsType processCountLimit)
          Sets the "ProcessCountLimit" element
 void POSIXApplicationTypeImpl.setProcessCountLimit(LimitsType processCountLimit)
          Sets the "ProcessCountLimit" element
 void StackSizeLimitDocumentImpl.setStackSizeLimit(LimitsType stackSizeLimit)
          Sets the "StackSizeLimit" element
 void POSIXApplicationTypeImpl.setStackSizeLimit(LimitsType stackSizeLimit)
          Sets the "StackSizeLimit" element
 void ThreadCountLimitDocumentImpl.setThreadCountLimit(LimitsType threadCountLimit)
          Sets the "ThreadCountLimit" element
 void POSIXApplicationTypeImpl.setThreadCountLimit(LimitsType threadCountLimit)
          Sets the "ThreadCountLimit" element
 void VirtualMemoryLimitDocumentImpl.setVirtualMemoryLimit(LimitsType virtualMemoryLimit)
          Sets the "VirtualMemoryLimit" element
 void POSIXApplicationTypeImpl.setVirtualMemoryLimit(LimitsType virtualMemoryLimit)
          Sets the "VirtualMemoryLimit" element
 void WallTimeLimitDocumentImpl.setWallTimeLimit(LimitsType wallTimeLimit)
          Sets the "WallTimeLimit" element
 void POSIXApplicationTypeImpl.setWallTimeLimit(LimitsType wallTimeLimit)
          Sets the "WallTimeLimit" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.