public interface LocalFactory
Modifier and Type | Method and Description |
---|---|
Object |
createSubordinate()
Create a new subordinate coordinator instance with the default subordinate type.
|
Object |
createSubordinate(String subordinateType)
Create a new subordinate coordinator instance with the supplied subordinate type.
|
Object createSubordinate() throws NoActivityException, InvalidProtocolException, SystemException
NoActivityException
InvalidProtocolException
SystemException
Object createSubordinate(String subordinateType) throws NoActivityException, InvalidProtocolException, SystemException
NoActivityException
InvalidProtocolException
SystemException
Copyright © 2019 JBoss by Red Hat. All rights reserved.