org.jboss.deployers.spi.attachments
Interface PredeterminedManagedObjectAttachments

All Superinterfaces:
Serializable
All Known Subinterfaces:
ContextInfo, ManagedObjectAttachments, ManagedObjectsWithTransientAttachments
All Known Implementing Classes:
ManagedObjectAttachmentsImpl, ManagedObjectsWithTransientAttachmentsImpl, PredeterminedManagedObjectAttachmentsImpl

public interface PredeterminedManagedObjectAttachments
extends Serializable

PredeterminedManagedObjectAttachments.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 Attachments getPredeterminedManagedObjects()
          Get the predetermined managed objects
 void setPredeterminedManagedObjects(Attachments predetermined)
          Set the predetermined managed objects
 

Method Detail

getPredeterminedManagedObjects

Attachments getPredeterminedManagedObjects()
Get the predetermined managed objects

Returns:
the predetermined managed objects

setPredeterminedManagedObjects

void setPredeterminedManagedObjects(Attachments predetermined)
Set the predetermined managed objects

Parameters:
predetermined - the predetermined managed objects
Throws:
IllegalArgumentException - for a null parameter


Copyright ? 2007 JBoss Inc.. All Rights Reserved.