org.sblim.slp.internal.sa

Class ServiceTable.ServiceEntry

private static class ServiceTable.ServiceEntry extends Object

Constructor Summary
ServiceEntry(ServiceURL pSrvURL, List pAttribs, List pScopes)
Ctor.
Method Summary
ListgetAttributes()
getAttributes
ListgetScopes()
getScopes
ServiceTypegetServiceType()
getServiceType
ServiceURLgetServiceURL()
getServiceURL
booleanhasMatchingScope(List pScopes)
hasMatchingScope
voidset(ServiceURL pSrvURL, List pAttribs, List pScopes)
set
StringtoString()

Constructor Detail

ServiceEntry

public ServiceEntry(ServiceURL pSrvURL, List pAttribs, List pScopes)
Ctor.

Parameters: pSrvURL pAttribs pScopes

Method Detail

getAttributes

public List getAttributes()
getAttributes

Returns: List

getScopes

public List getScopes()
getScopes

Returns: List

getServiceType

public ServiceType getServiceType()
getServiceType

Returns: ServiceType

getServiceURL

public ServiceURL getServiceURL()
getServiceURL

Returns: ServiceURL

hasMatchingScope

public boolean hasMatchingScope(List pScopes)
hasMatchingScope

Parameters: pScopes

Returns: boolean

set

public void set(ServiceURL pSrvURL, List pAttribs, List pScopes)
set

Parameters: pSrvURL pAttribs pScopes

toString

public String toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.