org.jboss.services.binding
Class SystemPropertyBinder

java.lang.Object
  extended by org.jboss.services.binding.SystemPropertyBinder

public class SystemPropertyBinder
extends Object

Defines system properties for a given set of SystemPropertyBindings 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

Constructor Summary
SystemPropertyBinder(Set<SystemPropertyBinding> bindings)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyBinder

public SystemPropertyBinder(Set<SystemPropertyBinding> bindings)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.