org.jboss.services.binding
Class SystemPropertyBinder
java.lang.Object
org.jboss.services.binding.SystemPropertyBinder
public class SystemPropertyBinder
- extends Object
Defines system properties for a given set of SystemPropertyBinding
s
in its start()
phase, and clears them in its stop()
phase.
Intent is this service would be used as a utility to convert
ServiceBindingManager
values into system properties so other
services could consume them without being aware of
ServiceBindingManager
.
- Version:
- $Revision: 85945 $
- Author:
- Brian Stansberry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyBinder
public SystemPropertyBinder(Set<SystemPropertyBinding> bindings)
start
public void start()
stop
public void stop()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.