gov.bnl.star.offline.scheduler
Class LocalAccessPoint

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.LocalAccessPoint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GateKeeperAccessPoint

public class LocalAccessPoint
extends java.lang.Object
implements java.io.Serializable

A configuration object used to describe how to access a batch system locally

Author:
lbhajdu
See Also:
Serialized Form

Constructor Summary
LocalAccessPoint()
          Creates a new instance of LocalAccess
 
Method Summary
 void addAccessMethod(AccessMethod accessMethod)
          Adds a new accessMethod to thsi gatekeeper
 java.util.List getAccessMethods()
          Returns a list of access method objects for this gatekeeper
 Site getSite()
           
 boolean isLocal()
          Returns true if access point is local, if it is a grid access point in return false
 void setAccessMethods(java.util.List accessMethods)
          Set the list of access methods for this gatekeeper.
 void setSite(Site site)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalAccessPoint

public LocalAccessPoint()
Creates a new instance of LocalAccess

Method Detail

addAccessMethod

public void addAccessMethod(AccessMethod accessMethod)
Adds a new accessMethod to thsi gatekeeper


setAccessMethods

public void setAccessMethods(java.util.List accessMethods)
Set the list of access methods for this gatekeeper. Note: by replacing this list you will overwrite the existing access method list.


getAccessMethods

public java.util.List getAccessMethods()
Returns a list of access method objects for this gatekeeper


setSite

public void setSite(Site site)

getSite

public Site getSite()

isLocal

public boolean isLocal()
Returns true if access point is local, if it is a grid access point in return false



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.