Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2313 - development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2313 - development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts
  • Date: Mon, 18 Apr 2005 18:28:20 -0400

Author: niclas AT hedhman.org
Date: Mon Apr 18 18:28:20 2005
New Revision: 2313

Modified:

development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts/SimpleAccountManager.java
Log:


Modified:
development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts/SimpleAccountManager.java
==============================================================================
---
development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts/SimpleAccountManager.java
(original)
+++
development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts/SimpleAccountManager.java
Mon Apr 18 18:28:20 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2005 Niclas Hedhman
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package net.dpml.book.atm.simple.accounts;

import java.io.FileInputStream;
@@ -9,6 +25,7 @@
import net.dpml.book.atm.BackEndProvider;
import net.dpml.book.atm.WithdrawalException;

+import net.dpml.parameters.ParameterException;
import net.dpml.parameters.Parameters;

/** This simple BackEndProvider implementation uses java.util.Properties
@@ -26,6 +43,7 @@
private Properties m_pins;

public SimpleAccountManager( Parameters params )
+ throws ParameterException, IOException
{
m_accountsFilename = params.getParameter( "accounts-filename" );
String pinsFilename = params.getParameter( "pinnumbers-filename" );



  • svn commit: r2313 - development/planet/users/niclas/book/atm/simple/accounts/src/main/net/dpml/book/atm/simple/accounts, niclas, 04/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page