Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


com.bea.wlcp.wlng.api.plugin
Class RegistrationIdentifierRequestInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.plugin.RequestInfo
      extended bycom.bea.wlcp.wlng.api.plugin.RegistrationIdentifierRequestInfo


public class RegistrationIdentifierRequestInfo
extends RequestInfo

Request info that contain one registration identifier.


Constructor Summary
RegistrationIdentifierRequestInfo(Class type, Method method, String registrationIdentifier, Object[] args)
          Constructor

 

Method Summary
 String getRegistrationIdentifier()
          Gets the registration identifier.
 String toShortString()
          Returns a string representing the specifics of the requestInfo For the super class RequestInfo this will be the empty string

 

Methods inherited from class com.bea.wlcp.wlng.api.plugin.RequestInfo
getArgument, getArguments, getMethod, getMethodName, getType, isForAllPlugins, setForAllPlugins

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RegistrationIdentifierRequestInfo

public RegistrationIdentifierRequestInfo(Class type,
                                         Method method,
                                         String registrationIdentifier,
                                         Object[] args)
Constructor

Method Detail

getRegistrationIdentifier

public final String getRegistrationIdentifier()
Gets the registration identifier.
Returns:
The registration identifier.

toShortString

public String toShortString()
Returns a string representing the specifics of the requestInfo For the super class RequestInfo this will be the empty string
Overrides:
toShortString in class RequestInfo

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.