stomp.access
Interface AccessControlled

All Known Subinterfaces:
ServiceDelegate, ServiceEnabled, ServiceEnhanced, ServiceProxy
All Known Implementing Classes:
AbstractServiceDelegate, AbstractServiceEnabled, AbstractServiceProxy

public interface AccessControlled

indicates that this object has some sense of how objects are permissioned to access it. It is able to return a read-only representation of itself.

Author:
Eric Lindauer

Method Summary
 java.lang.Object getReadOnly()
           
 

Method Detail

getReadOnly

public java.lang.Object getReadOnly()