org.jboss.services.binding
Class SystemPropertyBinding
java.lang.Object
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: 82920 $
- Author:
- Brian Stansberry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getProperty
public String getProperty()
getValue
public String getValue()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.