public class DistributableContext extends Object implements javax.resource.spi.work.WorkContext
Modifier and Type | Field and Description |
---|---|
static String |
DISTRIBUTE
The distribute key
|
static String |
WORKMANAGER
The workmanager key
|
Constructor and Description |
---|
DistributableContext()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Boolean |
getDistribute()
Get the distribute value
|
String |
getName() |
String |
getWorkManager()
Get the work manager value
|
void |
setDistribute(Boolean v)
Set the distribute value
|
void |
setWorkManager(String v)
Set the work manager value
|
public static final String DISTRIBUTE
public static final String WORKMANAGER
public String getName()
getName
in interface javax.resource.spi.work.WorkContext
public String getDescription()
getDescription
in interface javax.resource.spi.work.WorkContext
public void setDistribute(Boolean v)
v
- The valuepublic Boolean getDistribute()
public void setWorkManager(String v)
v
- The valuepublic String getWorkManager()
Copyright © 2021 JBoss by Red Hat. All rights reserved.