Class PlatformServiceReferenceFactory
- java.lang.Object
-
- org.camunda.bpm.container.impl.jboss.util.PlatformServiceReferenceFactory
-
- All Implemented Interfaces:
org.jboss.as.naming.ManagedReferenceFactory
public class PlatformServiceReferenceFactory extends java.lang.Object implements org.jboss.as.naming.ManagedReferenceFactory
Used by theMscRuntimeContainerDelegate
to create the jndi bindings- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description PlatformServiceReferenceFactory(MscRuntimeContainerDelegate service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.naming.ManagedReference
getReference()
-
-
-
Constructor Detail
-
PlatformServiceReferenceFactory
public PlatformServiceReferenceFactory(MscRuntimeContainerDelegate service)
-
-