org.apache.servicemix.jbi.util
Class SystemProperties

java.lang.Object
  extended by org.apache.servicemix.jbi.util.SystemProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class SystemProperties
extends Object
implements org.springframework.beans.factory.InitializingBean

Spring bean for initializing system properties.

Version:
$Revision: 67 $

Constructor Summary
SystemProperties()
           
 
Method Summary
 void afterPropertiesSet()
           
 Map getProperties()
           
 void setProperties(Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

getProperties

public Map getProperties()

setProperties

public void setProperties(Map properties)

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.