Class WildflyAccessInterfaceImpl
- java.lang.Object
-
- org.guvnor.ala.wildfly.access.impl.WildflyAccessInterfaceImpl
-
- All Implemented Interfaces:
WildflyAccessInterface,org.uberfire.commons.lifecycle.Disposable
public class WildflyAccessInterfaceImpl extends Object implements WildflyAccessInterface
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description WildflyAccessInterfaceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()WildflyClientgetWildflyClient(org.guvnor.ala.runtime.providers.ProviderId providerId)
-
-
-
Method Detail
-
getWildflyClient
public WildflyClient getWildflyClient(org.guvnor.ala.runtime.providers.ProviderId providerId)
- Specified by:
getWildflyClientin interfaceWildflyAccessInterface
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.uberfire.commons.lifecycle.Disposable
-
-