Package com.sun.grid.ca
Class GridCAFactory
- java.lang.Object
-
- com.sun.grid.ca.GridCAFactory
-
public class GridCAFactory extends java.lang.Object
Factory class for instances ofGridCA
.
-
-
Constructor Summary
Constructors Constructor Description GridCAFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GridCA
newInstance(GridCAConfiguration config)
Create a newGridCA
-
-
-
Method Detail
-
newInstance
public static GridCA newInstance(GridCAConfiguration config) throws GridCAException
Create a newGridCA
- Parameters:
config
- configuration of theGridCA
- Returns:
- the
GridCA
- Throws:
GridCAException
- if th configuration is not valid
-
-