Uses of Class
jxtaimpl.storage.ResourceAlreadyStoredException

Packages that use ResourceAlreadyStoredException
jxtaimpl   
jxtaimpl.storage   
 

Uses of ResourceAlreadyStoredException in jxtaimpl
 

Methods in jxtaimpl that throw ResourceAlreadyStoredException
 void Nest.shareResource(File file, String name, String type, String description, String species)
          This method has to be used by higher level application in order to share a resource in the Anthill network.
 void Nest.shareResource(byte[] file, String name, String type, String description, String species)
          This method has to be used by higher level application in order to share a resource in the Anthill network.
 

Uses of ResourceAlreadyStoredException in jxtaimpl.storage
 

Methods in jxtaimpl.storage that throw ResourceAlreadyStoredException
 void CmsStorage.share(File file, String name, String type, String description)
          This method is used by the Nest instance in order to share new resources not found by ants, but passed by the application level.
 void CmsStorage.share(byte[] content, String name, String type, String description)
          This method is used by the Nest instance in order to share new resources not found by ants, but passed by the application level.