solar.service.directory.comm
Class AddListenerRequest

java.lang.Object
  |
  +--solar.api.Request
        |
        +--solar.service.directory.comm.AddListenerRequest
All Implemented Interfaces:
java.io.Serializable, SolarConstants

public class AddListenerRequest
extends Request

Request to add a directory listener.

Version:
$Id: AddListenerRequest.java,v 1.1 2003/09/25 05:32:25 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
protected  DirectoryListener _listener
           
protected  Name _pattern
           
 
Fields inherited from class solar.api.Request
_source
 
Fields inherited from interface solar.SolarConstants
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID
 
Constructor Summary
AddListenerRequest(Name pattern, DirectoryListener listener)
           
 
Method Summary
 DirectoryListener getListener()
           
 Name getPattern()
           
 
Methods inherited from class solar.api.Request
getSourceAddress, setSourceAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_pattern

protected Name _pattern

_listener

protected DirectoryListener _listener
Constructor Detail

AddListenerRequest

public AddListenerRequest(Name pattern,
                          DirectoryListener listener)
Method Detail

getPattern

public Name getPattern()

getListener

public DirectoryListener getListener()