addResourceType(String) method

Allows providers to add a resource type to this resource during resource initialization.

Syntax

void addResourceType ( String resourceTypeName )

Parameters

Exceptions

Usage

This method cannot be called by a client after retrieving it using

SecContext.getResource(String)

.