|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.registration.RegistrationLocal
public class RegistrationLocal
Hold registration provided by the consumer for the duration of the invocation.
Constructor Summary | |
---|---|
RegistrationLocal()
|
Method Summary | |
---|---|
static Registration |
getRegistration()
|
static void |
setRegistration(Registration registration)
Sets the current registration for the Consumer for the current invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationLocal()
Method Detail |
---|
public static void setRegistration(Registration registration)
registration
- the Registration associated with the Consumer. Set to null
if no Registration
exists for the current Consumer.public static Registration getRegistration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |