FileDocCategorySizeDatePackage
PhysicalAuthSystemProxy.javaAPI DocExample634Thu Feb 17 20:00:58 GMT 2000AccountingMgmt.Payment

PhysicalAuthSystemProxy.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package AccountingMgmt.Payment;

/**
 * @stereotype system interaction
 * @alias PhysicalAuthorizationSystemProxy
 */
public class PhysicalAuthSystemProxy {
    public void connect() {
    }

    public void sendRequest() {
    }

    public void receiveRequest() {
    }

    public void disconnect() {
    }

    private String address;
    private int operationalState;
}