com.bea.wlcp.wlng.api.plugin
Class RegistrationIdentifierRequestInfo
java.lang.Object
com.bea.wlcp.wlng.api.plugin.RequestInfo
com.bea.wlcp.wlng.api.plugin.RegistrationIdentifierRequestInfo
- public class RegistrationIdentifierRequestInfo
- extends RequestInfo
Request info that contain one registration identifier.
- Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationIdentifierRequestInfo
public RegistrationIdentifierRequestInfo(Class type,
Method method,
String registrationIdentifier,
Object[] args)
- Constructor
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