public class BinderServiceUtil extends Object
Constructor and Description |
---|
BinderServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
installAliasBinderService(org.jboss.msc.service.ServiceTarget serviceTarget,
ContextNames.BindInfo bindInfo,
String alias) |
static void |
installBinderService(org.jboss.msc.service.ServiceTarget serviceTarget,
String name,
Object obj)
Install a binder service to bind the
obj using the binding name . |
static void |
installBinderService(org.jboss.msc.service.ServiceTarget serviceTarget,
String name,
org.jboss.msc.service.Service<?> service,
org.jboss.msc.service.ServiceName... dependencies)
Install a binder service to bind the value of the
service using the binding name . |
public static void installBinderService(org.jboss.msc.service.ServiceTarget serviceTarget, String name, Object obj)
obj
using the binding name
.serviceTarget
- name
- the binding nameobj
- the object that must be boundpublic static void installBinderService(org.jboss.msc.service.ServiceTarget serviceTarget, String name, org.jboss.msc.service.Service<?> service, org.jboss.msc.service.ServiceName... dependencies)
service
using the binding name
.serviceTarget
- name
- the binding nameservice
- the service whose value must be boundpublic static void installAliasBinderService(org.jboss.msc.service.ServiceTarget serviceTarget, ContextNames.BindInfo bindInfo, String alias)
Copyright © 2018 JBoss by Red Hat. All rights reserved.