com.sun.jini.phoenix
Interface GroupPolicy

All Known Implementing Classes:
DefaultGroupPolicy

public interface GroupPolicy

Interface for policy objects to control what ActivationGroupDesc instances can be used.

Since:
2.0
Author:
Sun Microsystems, Inc.

Method Summary
 void checkGroup(ActivationGroupDesc desc)
          Checks if the caller is permitted to use the specified group descriptor.
 

Method Detail

checkGroup

void checkGroup(ActivationGroupDesc desc)
Checks if the caller is permitted to use the specified group descriptor.

Parameters:
desc - group descriptor
Throws:
AccessControlException - if the caller is not permitted to use the specified group descriptor


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.