|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.dpml.transit.model.HostEvent
net.dpml.transit.model.HostChangeEvent
public class HostChangeEvent
An event pertaining to a modification to a host model base url, index, request identifier or connection credentials.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HostChangeEvent(HostModel host,
URL base,
URL index,
RequestIdentifier identifier,
PasswordAuthentication auth,
boolean enabled,
boolean trusted)
Creation of a new host change event. |
Method Summary | |
---|---|
URL |
getBaseURL()
Return the host base URL. |
boolean |
getEnabled()
Return the host enabled status. |
URL |
getIndexURL()
Return the host index URL. |
PasswordAuthentication |
getPasswordAuthentication()
Return the host password authentication credentials. |
RequestIdentifier |
getRequestIdentifier()
Return the host request identifier. |
boolean |
getTrusted()
Return the host trusted status. |
Methods inherited from class net.dpml.transit.model.HostEvent |
---|
getHostModel |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HostChangeEvent(HostModel host, URL base, URL index, RequestIdentifier identifier, PasswordAuthentication auth, boolean enabled, boolean trusted)
host
- the host model that was changedbase
- the host base urlindex
- the host index urlidentifier
- the host request identifierauth
- the host authentication credentialsenabled
- the host enabled statetrusted
- the host trusted statusMethod Detail |
---|
public URL getBaseURL()
public URL getIndexURL()
public RequestIdentifier getRequestIdentifier()
public PasswordAuthentication getPasswordAuthentication()
public boolean getEnabled()
public boolean getTrusted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |