org.jboss.services.binding
Class SystemPropertyBinding

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

public class SystemPropertyBinding
extends Object

Encapsulates the key and value for a system property. Basic function is to perform type conversions in its constructor for values returned by ServiceBindingManager so SystemPropertyBinder can bind the values.

Version:
$Revision: 85945 $
Author:
Brian Stansberry

Constructor Summary
SystemPropertyBinding(String property, InetAddress value)
           
SystemPropertyBinding(String property, int value)
           
SystemPropertyBinding(String property, String value)
           
SystemPropertyBinding(String property, URL value)
           
 
Method Summary
 String getProperty()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyBinding

public SystemPropertyBinding(String property,
                             int value)

SystemPropertyBinding

public SystemPropertyBinding(String property,
                             InetAddress value)

SystemPropertyBinding

public SystemPropertyBinding(String property,
                             URL value)

SystemPropertyBinding

public SystemPropertyBinding(String property,
                             String value)
Method Detail

getProperty

public String getProperty()

getValue

public String getValue()


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