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

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

Method Detail

checkGroup

public 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 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.