public interface NameAwareWorkFactory<W extends Work> extends WorkFactory<W>
WorkFactory
.Modifier and Type | Method and Description |
---|---|
void |
setBoundWorkName(String boundWorkName)
Provides the
WorkFactory the bound name for its created
Work . |
createWork
void setBoundWorkName(String boundWorkName)
WorkFactory
the bound name for its created
Work
.boundWorkName
- Bound name for the created Work
.Copyright © 2005–2016. All rights reserved.