Class WorkManagerImpl
- java.lang.Object
-
- org.jboss.jca.common.metadata.resourceadapter.WorkManagerImpl
-
- All Implemented Interfaces:
Serializable,WorkManager
public class WorkManagerImpl extends Object implements WorkManager
WorkManager configuration- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.resourceadapter.WorkManager
WorkManager.Tag
-
-
Constructor Summary
Constructors Constructor Description WorkManagerImpl(WorkManagerSecurity security)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)WorkManagerSecuritygetSecurity()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
WorkManagerImpl
public WorkManagerImpl(WorkManagerSecurity security)
Constructor- Parameters:
security- security
-
-
Method Detail
-
getSecurity
public WorkManagerSecurity getSecurity()
- Specified by:
getSecurityin interfaceWorkManager
-
-