JDO Constructor
in javax.jdo.spi.JDOPermission

JDOPermission(
  String name, 
  String actions
)


Constructs a JDOPermission with the specified name and actions. The actions should be null; they are ignored. This constructor exists for use by the Policy object to instantiate new Permission objects.
Parameters:
name - the name of the JDOPermission
actions - should be null.
Since:
JDO 1.0