| java.lang.Object org.jboss.portal.wsrp.consumer.RegistrationInfo
RegistrationInfo | public class RegistrationInfo (Code) | | author: Chris Laprun version: $Revision: 9865 $ since: 2.6 |
Inner Class :public class RegistrationRefreshResult extends RefreshResult | |
RegistrationInfo | public RegistrationInfo(ProducerInfo producerInfo, boolean requiresRegistration)(Code) | | |
RegistrationInfo | public RegistrationInfo()(Code) | | |
getRegistrationHandle | public String getRegistrationHandle()(Code) | | |
getRegistrationProperties | public Map getRegistrationProperties()(Code) | | |
getRegistrationPropertyNames | public Set getRegistrationPropertyNames()(Code) | | |
getRegistrationState | public byte[] getRegistrationState()(Code) | | |
hasLocalInfo | public boolean hasLocalInfo()(Code) | | |
isConsistentWithProducerExpectations | public Boolean isConsistentWithProducerExpectations()(Code) | | |
isModified | public boolean isModified()(Code) | | |
isRefreshNeeded | public boolean isRefreshNeeded()(Code) | | |
isRegistrationDeterminedNotRequired | public boolean isRegistrationDeterminedNotRequired()(Code) | | Determines whether it has been determined after querying the associated Producer that it does NOT
require registration.
true if and only if the associated Producer has been queried and does NOT mandateregistration, false otherwise. throws: IllegalStateException - if RegistrationInfo.refresh has not yet been called |
isRegistrationDeterminedRequired | public boolean isRegistrationDeterminedRequired()(Code) | | Determines whether it has been determined after querying the associated Producer that it requires registration.
true if and only if the associated Producer has been queried and mandates registration,false otherwise. throws: IllegalStateException - if RegistrationInfo.refresh has not yet been called |
isRegistrationRequired | public Boolean isRegistrationRequired()(Code) | | Determines whether the associated Producer requires registration.
null if this RegistrationInfo hasn't queried the Producer yet and thus, doesn't have adefinitive answer on whether or not the associated Producer requires registration,Boolean.TRUE if the associated Producer requires registration, Boolean.FALSE otherwise. |
refresh | public RegistrationRefreshResult refresh(ServiceDescription serviceDescription, String producerId, boolean mergeWithLocalInfo, boolean forceRefresh, boolean forceCheckOfExtraProps)(Code) | | Parameters: serviceDescription - Parameters: producerId - Parameters: mergeWithLocalInfo - Parameters: forceRefresh - Parameters: forceCheckOfExtraProps - |
removeRegistrationProperty | public void removeRegistrationProperty(String name)(Code) | | |
resetRegistration | void resetRegistration()(Code) | | |
setConsumerName | public void setConsumerName(String consumerName)(Code) | | |
setModified | public void setModified(boolean modified)(Code) | | |
setRegistrationHandle | public void setRegistrationHandle(String registrationHandle)(Code) | | |
setRegistrationProperties | public void setRegistrationProperties(Map registrationProperties)(Code) | | |
setRegistrationState | public void setRegistrationState(byte[] registrationState)(Code) | | |
setRegistrationValidInternalState | public void setRegistrationValidInternalState()(Code) | | todo: revert to package-only once the tests are moved to same package
|
|
|