org.codehaus.aspectwerkz
Class SystemLoader

java.lang.Object
  extended byorg.codehaus.aspectwerkz.SystemLoader

public class SystemLoader
extends java.lang.Object

Loads the different types of system. Uses cache.

Author:
Jonas Bonér

Constructor Summary
SystemLoader()
           
 
Method Summary
static System getDefaultSystem()
          Returns the AspectWerkz system, no system UUID is needed to be specified.
static System getSystem(java.lang.String uuid)
          Returns the AspectWerkz system with a specific UUID.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLoader

public SystemLoader()
Method Detail

getDefaultSystem

public static System getDefaultSystem()
Returns the AspectWerkz system, no system UUID is needed to be specified.

Only to be used when ONE definition is used per JVM.

Returns:
the default system

getSystem

public static System getSystem(java.lang.String uuid)
Returns the AspectWerkz system with a specific UUID.

Parameters:
uuid - the UUID for the system
Returns:
the system for the UUID specified


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.