Package org.wildfly.extension.io
Class IOServices
- java.lang.Object
-
- org.wildfly.extension.io.IOServices
-
public final class IOServices extends Object
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameBUFFER_POOLDeprecated.static StringBUFFER_POOL_CAPABILITY_NAMEstatic StringBYTE_BUFFER_POOL_CAPABILITY_NAMEstatic org.jboss.msc.service.ServiceNameIODeprecated.static StringIO_WORKER_CAPABILITY_NAMEstatic org.jboss.msc.service.ServiceNameWORKERDeprecated.
-
Constructor Summary
Constructors Constructor Description IOServices()
-
-
-
Field Detail
-
IO
@Deprecated public static final org.jboss.msc.service.ServiceName IO
Deprecated.
-
WORKER
@Deprecated public static final org.jboss.msc.service.ServiceName WORKER
Deprecated.
-
BUFFER_POOL
@Deprecated public static final org.jboss.msc.service.ServiceName BUFFER_POOL
Deprecated.
-
IO_WORKER_CAPABILITY_NAME
public static final String IO_WORKER_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
BUFFER_POOL_CAPABILITY_NAME
public static final String BUFFER_POOL_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
BYTE_BUFFER_POOL_CAPABILITY_NAME
public static final String BYTE_BUFFER_POOL_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
-