Class IOServices

java.lang.Object
org.wildfly.extension.io.IOServices

@Deprecated(forRemoval=true) public final class IOServices extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Capabilities of IO subsystem are described by IOServiceDescriptor.
Author:
Tomaz Cerar (c) 2013 Red Hat Inc.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.msc.service.ServiceName
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final org.jboss.msc.service.ServiceName
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final org.jboss.msc.service.ServiceName
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • IO

      public static final org.jboss.msc.service.ServiceName IO
      Deprecated, for removal: This API element is subject to removal in a future version.
    • WORKER

      public static final org.jboss.msc.service.ServiceName WORKER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BUFFER_POOL

      public static final org.jboss.msc.service.ServiceName BUFFER_POOL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IO_WORKER_CAPABILITY_NAME

      public static final String IO_WORKER_CAPABILITY_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BUFFER_POOL_CAPABILITY_NAME

      public static final String BUFFER_POOL_CAPABILITY_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • BYTE_BUFFER_POOL_CAPABILITY_NAME

      public static final String BYTE_BUFFER_POOL_CAPABILITY_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • IOServices

      public IOServices()
      Deprecated, for removal: This API element is subject to removal in a future version.